mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:47:25 +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)
|
private void updateIdleState(bool isIdle)
|
||||||
{
|
{
|
||||||
if (isIdle && State != ButtonSystemState.Exit)
|
if (isIdle && State != ButtonSystemState.Exit && State != ButtonSystemState.EnteringMode)
|
||||||
State = ButtonSystemState.Initial;
|
State = ButtonSystemState.Initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user