mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:33:20 +08:00
Fix hit explosions not being cleaned up correctly when rewinding
This commit is contained in:
parent
f1ea61b1a2
commit
e81f550150
@ -42,6 +42,8 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
{
|
{
|
||||||
base.PrepareForUse();
|
base.PrepareForUse();
|
||||||
|
|
||||||
|
LifetimeStart = Time.Current;
|
||||||
|
|
||||||
(skinnableExplosion?.Drawable as IHitExplosion)?.Animate(Result);
|
(skinnableExplosion?.Drawable as IHitExplosion)?.Animate(Result);
|
||||||
|
|
||||||
this.Delay(DURATION).Then().Expire();
|
this.Delay(DURATION).Then().Expire();
|
||||||
|
Loading…
Reference in New Issue
Block a user