projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f7a0a
)
Don't open window by default
v0.17
author
Liza Carvelli
<liza@carvel.li>
Sun, 16 Jun 2024 22:32:24 +0000
(
00:32
+0200)
committer
Liza Carvelli
<liza@carvel.li>
Sun, 16 Jun 2024 22:32:24 +0000
(
00:32
+0200)
Questionable/Windows/DebugWindow.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/Windows/DebugWindow.cs
b/Questionable/Windows/DebugWindow.cs
index 8cfdb488698a2a25c6d15c70589dc5a6956465ca..7cc3f977ecd9a2a98ec6d2e71c0888cb1db38594 100644
(file)
--- 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),