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:
parent
7c04e9aca4
commit
8b7718116d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user