Fix explosion expiry

This commit is contained in:
smoogipoo
2020-04-02 15:57:02 +09:00
parent de7ee57100
commit c8d161e03a
2 changed files with 6 additions and 3 deletions

View File

@ -136,7 +136,6 @@ namespace osu.Game.Rulesets.Mania.UI
mainGlow1.ScaleTo(1.4f, duration, Easing.OutQuint);
this.FadeOut(duration, Easing.Out);
Expire(true);
}
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)