forked from liza/Questionable
Don't open window by default
This commit is contained in:
parent
04f7a0a4c7
commit
66d46b8712
@ -63,7 +63,9 @@ internal sealed class DebugWindow : LWindow, IPersistableWindowConfig
|
||||
_navmeshIpc = navmeshIpc;
|
||||
_logger = logger;
|
||||
|
||||
#if DEBUG
|
||||
IsOpen = true;
|
||||
#endif
|
||||
SizeConstraints = new WindowSizeConstraints
|
||||
{
|
||||
MinimumSize = new Vector2(200, 30),
|
||||
|
Loading…
Reference in New Issue
Block a user