1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 14:53:01 +08:00

Avoid glow fading out early on spinners.

This commit is contained in:
Dean Herbert 2017-02-15 21:05:46 +09:00
parent 12e265a3e2
commit ce859196d5
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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)