Merge pull request #8909 from peppy/fix-legacy-explosion-rewind

Fix skinned taiko hit explosions not being removed on rewind
This commit is contained in:
Dan Balasescu
2020-04-30 21:00:41 +09:00
committed by GitHub

View File

@ -30,6 +30,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning
.Then().ScaleTo(1.1f, animation_time * 0.8)
.Then().ScaleTo(0.9f, animation_time * 0.4)
.Then().ScaleTo(1f, animation_time * 0.2);
Expire(true);
}
}
}