mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove upper limit for pooling
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
||||
|
||||
private double floatingAverage;
|
||||
|
||||
private readonly DrawablePool<JudgementLine> judgementLinePool = new DrawablePool<JudgementLine>(50, 100);
|
||||
private readonly DrawablePool<JudgementLine> judgementLinePool = new DrawablePool<JudgementLine>(50);
|
||||
|
||||
private SpriteIcon arrow = null!;
|
||||
private UprightAspectMaintainingContainer labelEarly = null!;
|
||||
|
Reference in New Issue
Block a user