mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Apply more missed cases
This commit is contained in:
@ -221,6 +221,7 @@ namespace osu.Game.Screens.Play
|
||||
else
|
||||
selectionIndex--;
|
||||
return true;
|
||||
|
||||
case Key.Down:
|
||||
if (selectionIndex == -1 || selectionIndex == InternalButtons.Count - 1)
|
||||
selectionIndex = 0;
|
||||
@ -240,6 +241,7 @@ namespace osu.Game.Screens.Play
|
||||
case GlobalAction.Back:
|
||||
BackAction.Invoke();
|
||||
return true;
|
||||
|
||||
case GlobalAction.Select:
|
||||
SelectAction.Invoke();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user