1
0
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:
Dean Herbert 2024-03-01 16:44:37 +08:00 committed by GitHub
commit c3d8c2d0a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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