Remove Expires and RemoveWhenNotAlive override

This commit is contained in:
smoogipoo
2021-03-18 19:39:42 +09:00
parent 3bfde7341f
commit 0c3c8141da
2 changed files with 0 additions and 8 deletions

View File

@ -16,8 +16,6 @@ namespace osu.Game.Rulesets.Taiko.UI
{
internal class DefaultHitExplosion : CircularContainer, IAnimatableHitExplosion
{
public override bool RemoveWhenNotAlive => false;
private readonly HitResult result;
[CanBeNull]
@ -73,8 +71,6 @@ namespace osu.Game.Rulesets.Taiko.UI
this.ScaleTo(3f, 1000, Easing.OutQuint);
this.FadeOut(500);
Expire(true);
}
public void AnimateSecondHit()