summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-11-05 11:07:29 -0400
committerFox Caminiti <fox@foxcam.net>2022-11-05 11:07:29 -0400
commit0a6e95f855afad36481baa9ed72b39ba6e297df6 (patch)
treed8668a39ce224821ee6e05242ffb3cd37fd23c96 /debug.h
parent7435ce70153572e9f2dec316406e6ebb53334b51 (diff)
many changes
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index cac3d39..202eb20 100644
--- a/debug.h
+++ b/debug.h
@@ -27,7 +27,7 @@ struct debug_temp
struct project_debug
{
debug_temp Temp;
- bool32 ToggleWindow;
+ bool32 ToggleWindow = 1;
uint64 PixelCountTransparent;
uint64 PixelCountRendered;
uint64 PixelCountChecked;