1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 18:30:36 +08:00

remove useless DrawablePool

This commit is contained in:
cdwcgt
2024-03-01 13:20:37 +09:00
Unverified
parent 91483bdc2f
commit 4ad8bbb9e2
@@ -107,8 +107,6 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
JudgementSpacing.BindValueChanged(_ => updateMetrics(), true);
}
private readonly DrawablePool<HitErrorShape> judgementLinePool = new DrawablePool<HitErrorShape>(50);
public void Push(HitErrorShape shape)
{
Add(shape);