mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
Prevent logo idle state from being updated incorrectly (#4882)
Prevent logo idle state from being updated incorrectly Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
commit
1c96e7593a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user