mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add missing blank lines
This commit is contained in:
@ -175,6 +175,7 @@ namespace osu.Game.Screens.Select
|
|||||||
Click();
|
Click();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,11 +67,13 @@ namespace osu.Game.Screens.Select
|
|||||||
updateText();
|
updateText();
|
||||||
Click();
|
Click();
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case GlobalAction.SelectNextRandom:
|
case GlobalAction.SelectNextRandom:
|
||||||
Action = PrimaryAction;
|
Action = PrimaryAction;
|
||||||
updateText();
|
updateText();
|
||||||
Click();
|
Click();
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user