Remove autohide and clock related logic from Visual settings overlay

This commit is contained in:
TocoToucan
2018-01-26 22:20:24 +03:00
parent 615c831069
commit d82835107c
3 changed files with 8 additions and 64 deletions

View File

@ -119,13 +119,12 @@ namespace osu.Game.Screens.Play
if (loaded)
{
PlayerSettingsOverlay.PlaybackSettings.Show();
PlayerSettingsOverlay.Show();
ModDisplay.FadeIn(200);
}
else
{
PlayerSettingsOverlay.PlaybackSettings.Hide();
PlayerSettingsOverlay.VisualSettings.Autohide = true;
PlayerSettingsOverlay.Hide();
ModDisplay.Delay(2000).FadeOut(200);
}
}