mirror of
https://github.com/ppy/osu
synced 2025-02-15 09:37:07 +00: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)
|
public override bool OnPressed(GlobalAction action)
|
||||||
{
|
{
|
||||||
rewindSearch = action == GlobalAction.SelectPreviousRandom;
|
rewindSearch = action == GlobalAction.SelectPreviousRandom;
|
||||||
|
|
||||||
if (action != GlobalAction.SelectNextRandom && !rewindSearch)
|
if (action != GlobalAction.SelectNextRandom && !rewindSearch)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
updateText();
|
updateText();
|
||||||
Click();
|
Click();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user