mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Remove unnecessary count check
This commit is contained in:
parent
a59557f039
commit
4f10256182
@ -133,7 +133,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
public void SelectNext(int direction = 1, bool skipDifficulties = true)
|
public void SelectNext(int direction = 1, bool skipDifficulties = true)
|
||||||
{
|
{
|
||||||
if (groups.Count == 0 || groups.All(g => g.State == BeatmapGroupState.Hidden))
|
if (groups.All(g => g.State == BeatmapGroupState.Hidden))
|
||||||
{
|
{
|
||||||
selectedGroup = null;
|
selectedGroup = null;
|
||||||
selectedPanel = null;
|
selectedPanel = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user