Hide Content instead of particular overlays

This commit is contained in:
HoutarouOreki 2018-07-15 01:10:05 +02:00
parent 1e48582dc2
commit 453d58bcbd
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ private void load(AudioManager audio, APIAccess api, OsuConfigManager config)
//we want to hide the hitrenderer immediately (looks better).
//we may be able to remove this once the mouse cursor trail is improved.
RulesetContainer?.Hide();
pauseContainer?.Hide();
Content.Hide();
Restart();
},
}