mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Avoid glow fading out early on spinners.
This commit is contained in:
@ -124,6 +124,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
base.UpdateState(state);
|
||||
|
||||
ApproachCircle.FadeOut();
|
||||
|
||||
glow.Delay(osuObject.Duration);
|
||||
glow.FadeOut(400);
|
||||
|
||||
switch (state)
|
||||
|
Reference in New Issue
Block a user