mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +08:00
Avoid glow fading out early on spinners.
This commit is contained in:
parent
12e265a3e2
commit
ce859196d5
@ -124,6 +124,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
|||||||
base.UpdateState(state);
|
base.UpdateState(state);
|
||||||
|
|
||||||
ApproachCircle.FadeOut();
|
ApproachCircle.FadeOut();
|
||||||
|
|
||||||
|
glow.Delay(osuObject.Duration);
|
||||||
glow.FadeOut(400);
|
glow.FadeOut(400);
|
||||||
|
|
||||||
switch (state)
|
switch (state)
|
||||||
|
Loading…
Reference in New Issue
Block a user