mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 19:00:15 +08:00
Merge remote-tracking branch 'origin/master' into audio-refactor-update
This commit is contained in:
@@ -176,7 +176,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
private void updateIdleState(bool isIdle)
|
||||
{
|
||||
if (isIdle && State != ButtonSystemState.Exit)
|
||||
if (isIdle && State != ButtonSystemState.Exit && State != ButtonSystemState.EnteringMode)
|
||||
State = ButtonSystemState.Initial;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user