1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

Add missing blank lines

This commit is contained in:
Jack Boswell (boswelja) 2020-06-07 16:06:18 +12:00
parent 7c04e9aca4
commit 8b7718116d

View File

@ -70,10 +70,12 @@ namespace osu.Game.Screens.Select
public override bool OnPressed(GlobalAction action)
{
rewindSearch = action == GlobalAction.SelectPreviousRandom;
if (action != GlobalAction.SelectNextRandom && !rewindSearch)
{
return false;
}
updateText();
Click();
return true;