Re-style.

This commit is contained in:
smoogipooo
2017-03-18 02:03:44 +09:00
parent 1fda7ee33e
commit 77067b7e64
2 changed files with 4 additions and 2 deletions

View File

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