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() {