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

@@ -113,7 +113,6 @@ namespace Content.Client.GameObjects.Components.Actor
public CharacterWindow(List<ICharacterUI> windowComponents)
{
Title = "Character";
Visible = false;
_contentsVBox = new VBoxContainer();
Contents.AddChild(_contentsVBox);