mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Make pressing space twice at main menu a bit smoother
This commit is contained in:
parent
b835f1b708
commit
60778593c3
@ -315,6 +315,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
switch (lastState)
|
||||
{
|
||||
case MenuState.TopLevel: // coming from toplevel to play
|
||||
case MenuState.Initial:
|
||||
logoTracking = false;
|
||||
logo.ScaleTo(0.5f, 200, Easing.In);
|
||||
|
Loading…
Reference in New Issue
Block a user