From 0cc2e4eaa04fc506fc102c7406f7325b3d535fc9 Mon Sep 17 00:00:00 2001 From: De4n <55669793+tadatomix@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:09:06 +0300 Subject: [PATCH] Change the pool of available Ranked Statuses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartłomiej Dach --- osu.Game/Screens/SelectV2/BeatmapCarousel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs index df8d6e7215..1621c21d20 100644 --- a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs +++ b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs @@ -840,7 +840,7 @@ namespace osu.Game.Screens.SelectV2 private readonly DrawablePool groupPanelPool = new DrawablePool(100); private readonly DrawablePool starsGroupPanelPool = new DrawablePool(11); private readonly DrawablePool ranksGroupPanelPool = new DrawablePool(9); - private readonly DrawablePool statusGroupPanelPool = new DrawablePool(9); + private readonly DrawablePool statusGroupPanelPool = new DrawablePool(8); private void setupPools() {