Skip to content

Commit 801194d

Browse files
committed
test commit
1 parent 2a6f029 commit 801194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BeatSaberSDK/Components/Image/WebImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected override void Construct(RectTransform rect) {
7878
}
7979
.WithNativeComponent(out CanvasGroup group)
8080
.AsBackground()
81-
.Animate(_backgroundAlpha, (x, y) => x.Color = Color.black.ColorWithAlpha(y), applyImmediately: true)
81+
.Animate(_backgroundAlpha, (x, y) => x.Color = Color.black.ColorWithAlpha(y))
8282
.Animate(_spinnerAlpha, (_, y) => group.alpha = y)
8383
.AsFlexGroup(justifyContent: Justify.Center, alignItems: Align.Center)
8484
.WithRectExpand()

0 commit comments

Comments
 (0)