Tighten osu! ruleset lifetime expiry for past hitobjects

This commit is contained in:
smoogipoo
2020-11-17 23:19:59 +09:00
parent bcf6974e18
commit 04805b78c3
4 changed files with 16 additions and 9 deletions

View File

@ -180,6 +180,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
this.Delay(800).FadeOut();
break;
}
Expire();
}
public Drawable ProxiedLayer => ApproachCircle;