mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Invert logic
This commit is contained in:
@ -253,7 +253,7 @@ namespace osu.Game.Screens.Select
|
||||
/// <param name="skipDifficulties">Whether to skip individual difficulties and only increment over full groups.</param>
|
||||
public void SelectNext(int direction = 1, bool skipDifficulties = true)
|
||||
{
|
||||
if (beatmapSets.All(s => !s.Filtered.Value))
|
||||
if (beatmapSets.All(s => s.Filtered.Value))
|
||||
return;
|
||||
|
||||
if (skipDifficulties)
|
||||
|
Reference in New Issue
Block a user