Expire HitExplosions.

This commit is contained in:
smoogipooo 2017-09-12 16:20:15 +09:00
parent af4cc7aada
commit a22dd80b23

View File

@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Mania.UI
{
base.LoadComplete();
this.ScaleTo(2f, 600, Easing.OutQuint).FadeOut(500);
this.ScaleTo(2f, 600, Easing.OutQuint).FadeOut(500).Expire();
inner.FadeOut(250);
}
}