1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Fix hit explosions not being cleaned up correctly when rewinding

This commit is contained in:
Dean Herbert 2022-10-06 19:35:01 +09:00
parent f1ea61b1a2
commit e81f550150

View File

@ -42,6 +42,8 @@ namespace osu.Game.Rulesets.Mania.UI
{
base.PrepareForUse();
LifetimeStart = Time.Current;
(skinnableExplosion?.Drawable as IHitExplosion)?.Animate(Result);
this.Delay(DURATION).Then().Expire();