mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Trim whitespace
This commit is contained in:
@ -181,7 +181,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
List<BeatmapGroup> notSeenGroups = visibleGroups.Except(seenGroups).ToList();
|
||||
if (!notSeenGroups.Any())
|
||||
{
|
||||
{
|
||||
seenGroups.Clear();
|
||||
notSeenGroups = visibleGroups;
|
||||
}
|
||||
|
Reference in New Issue
Block a user