mirror of
https://github.com/ppy/osu
synced 2025-03-20 01:49:41 +00:00
Terminate loop through beatmap groups when having found a selection.
This commit is contained in:
parent
b22762d0e1
commit
20be2f4628
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user