Return to large logo after idle period

This commit is contained in:
Roman Kapustin
2018-09-12 18:09:19 +03:00
parent 5e5a74293e
commit 761d7629cd
2 changed files with 7 additions and 3 deletions

View File

@ -266,8 +266,8 @@ namespace osu.Game.Screens.Menu
protected override void Update()
{
//if (OsuGame.IdleTime > 6000 && State != MenuState.Exit)
// State = MenuState.Initial;
if (game.IdleTime > 6000 && State != ButtonSystemState.Exit)
State = ButtonSystemState.Initial;
base.Update();