From: Liza Carvelli Date: Sun, 16 Jun 2024 22:32:24 +0000 (+0200) Subject: Don't open window by default X-Git-Tag: v0.17^0 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=66d46b87125ec0605296e07ef3b519ba97b5940b;p=Questionable.git Don't open window by default --- diff --git a/Questionable/Windows/DebugWindow.cs b/Questionable/Windows/DebugWindow.cs index 8cfdb488..7cc3f977 100644 --- a/Questionable/Windows/DebugWindow.cs +++ b/Questionable/Windows/DebugWindow.cs @@ -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),