Add per-result type pooling

This commit is contained in:
Dean Herbert
2020-07-06 12:54:39 +09:00
parent ffec4298a7
commit 51050ec4ef
2 changed files with 42 additions and 10 deletions

View File

@ -75,6 +75,7 @@ namespace osu.Game.Rulesets.Judgements
public DrawableJudgement()
{
Size = new Vector2(judgement_size);
Origin = Anchor.Centre;
}
protected virtual void ApplyHitAnimations()