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:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user