diff --git a/osu.Game/Screens/SelectV2/BeatmapCarouselFilterGrouping.cs b/osu.Game/Screens/SelectV2/BeatmapCarouselFilterGrouping.cs index 0286eadbcc..9fae344f34 100644 --- a/osu.Game/Screens/SelectV2/BeatmapCarouselFilterGrouping.cs +++ b/osu.Game/Screens/SelectV2/BeatmapCarouselFilterGrouping.cs @@ -48,7 +48,7 @@ namespace osu.Game.Screens.SelectV2 var criteria = getCriteria(); var newItems = new List(); - BeatmapSetsGroupedTogether = criteria.Sort != SortMode.Difficulty; + BeatmapSetsGroupedTogether = criteria.Sort != SortMode.Difficulty && criteria.Group != GroupMode.Difficulty; var groups = getGroups((List)items, criteria);