mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Terminate loop through beatmap groups when having found a selection.
This commit is contained in:
@ -84,7 +84,10 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
var panel = group.BeatmapPanels.FirstOrDefault(p => p.Beatmap.Equals(beatmap));
|
||||
if (panel != null)
|
||||
{
|
||||
SelectGroup(group, panel);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user