Hide options when entering the game

This commit is contained in:
Andrey Zavadskiy
2017-03-21 18:20:15 +03:00
parent 12fc8b8553
commit 4fa6db6cfa

View File

@ -279,6 +279,7 @@ namespace osu.Game
//central game mode change logic.
if (!currentScreen.ShowOverlays)
{
options.State = Visibility.Hidden;
Toolbar.State = Visibility.Hidden;
musicController.State = Visibility.Hidden;
chat.State = Visibility.Hidden;