mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 18:47:27 +08:00
Fix spinners not having proper lifetimes
This commit is contained in:
parent
0bb8d5217c
commit
52bc47499f
@ -217,6 +217,9 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
switch (state)
|
switch (state)
|
||||||
{
|
{
|
||||||
|
case ArmedState.Idle:
|
||||||
|
Expire(true);
|
||||||
|
break;
|
||||||
case ArmedState.Hit:
|
case ArmedState.Hit:
|
||||||
sequence.ScaleTo(Scale * 1.2f, 320, Easing.Out);
|
sequence.ScaleTo(Scale * 1.2f, 320, Easing.Out);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user