1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:42:58 +08:00

Trim whitespace

This commit is contained in:
Patrick Andersson 2017-05-31 20:31:05 +02:00
parent 1dd85b5986
commit 9592e9778b

View File

@ -181,7 +181,7 @@ namespace osu.Game.Screens.Select
{
List<BeatmapGroup> notSeenGroups = visibleGroups.Except(seenGroups).ToList();
if (!notSeenGroups.Any())
{
{
seenGroups.Clear();
notSeenGroups = visibleGroups;
}