1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:07:52 +08:00

remove useless DrawablePool

This commit is contained in:
cdwcgt 2024-03-01 13:20:37 +09:00
parent 91483bdc2f
commit 4ad8bbb9e2
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -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);