1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 06:19:55 +08:00

Fix light expiry

This commit is contained in:
Dean Herbert
2024-12-19 19:14:48 +09:00
Unverified
parent 63752810fe
commit ce793b73c5
@@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
@@ -137,9 +136,9 @@ namespace osu.Game.Screens.Menu
.FadeInFromZero(150)
.Then()
.FadeOutFromOne(1000, Easing.In);
light.Expire();
}
light.Expire();
}
public partial class Light : CompositeDrawable