1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 02:31:25 +08:00

Revert "Fix current beatmap set being incorrectly expanded after collapsing group with current selection"

This reverts commit 9ba9966078.
This commit is contained in:
Dean Herbert
2026-01-20 19:14:59 +09:00
Unverified
parent 76f05a4837
commit fdf9092f41
+1 -1
View File
@@ -378,7 +378,7 @@ namespace osu.Game.Screens.SelectV2
if (userCollapsedGroup)
{
if (grouping.BeatmapSetsGroupedTogether && CurrentGroupedBeatmap != null && CheckModelEquality(group, CurrentGroupedBeatmap.Group))
if (grouping.BeatmapSetsGroupedTogether && CurrentGroupedBeatmap != null)
setExpandedSet(new GroupedBeatmapSet(CurrentGroupedBeatmap.Group, CurrentGroupedBeatmap.Beatmap.BeatmapSet!));
userCollapsedGroup = false;
}