Add same change to mania's hit explosions

This commit is contained in:
smoogipoo 2018-06-12 12:53:53 +09:00
parent 8f3215f5a0
commit 7651819fb0
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ namespace osu.Game.Rulesets.Mania.UI
{
internal class HitExplosion : CompositeDrawable
{
public override bool RemoveWhenNotAlive => true;
private readonly CircularContainer circle;
public HitExplosion(DrawableHitObject judgedObject)