ShowToolbar -> ShowOverlays; include MusicController.

This commit is contained in:
Dean Herbert
2016-11-15 20:43:43 +09:00
parent 2af839cdbd
commit d846246ef2
5 changed files with 7 additions and 6 deletions

View File

@ -175,9 +175,10 @@ namespace osu.Game
// - Frame limiter changes
//central game mode change logic.
if ((newMode as OsuGameMode)?.ShowToolbar != true)
if ((newMode as OsuGameMode)?.ShowOverlays != true)
{
Toolbar.State = Visibility.Hidden;
musicController.State = Visibility.Hidden;
chat.State = Visibility.Hidden;
}
else