Remove instances of Visible = false for windows.

This commit is contained in:
Pieter-Jan Briers
2019-07-19 16:12:02 +02:00
parent ff3c1e6e82
commit b34a68a519
6 changed files with 2 additions and 12 deletions

View File

@@ -45,10 +45,7 @@ namespace Content.Client
{
// Switched TO GameScreen.
_escapeMenu = new EscapeMenu(_clientConsole, _tileDefinitionManager, _placementManager,
_prototypeManager, _resourceCache, _configurationManager, _localizationManager)
{
Visible = false
};
_prototypeManager, _resourceCache, _configurationManager, _localizationManager);
_escapeMenu.OnClose += () => _gameHud.EscapeButtonDown = false;