mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
Merge pull request #27441 from cdwcgt/color-drawablepool
Remove useless DrawablePool in `ColourHitErrorMeter`
This commit is contained in:
commit
c3d8c2d0a8
@ -107,8 +107,6 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
|||||||
JudgementSpacing.BindValueChanged(_ => updateMetrics(), true);
|
JudgementSpacing.BindValueChanged(_ => updateMetrics(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly DrawablePool<HitErrorShape> judgementLinePool = new DrawablePool<HitErrorShape>(50);
|
|
||||||
|
|
||||||
public void Push(HitErrorShape shape)
|
public void Push(HitErrorShape shape)
|
||||||
{
|
{
|
||||||
Add(shape);
|
Add(shape);
|
||||||
|
Loading…
Reference in New Issue
Block a user