mirror of
https://github.com/ppy/osu
synced 2024-12-27 01:12:45 +00:00
Expire HitExplosions.
This commit is contained in:
parent
af4cc7aada
commit
a22dd80b23
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user