summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/debug.h b/debug.h
index 45fa718..36b9557 100644
--- a/debug.h
+++ b/debug.h
@@ -23,13 +23,11 @@ struct project_debug
uint64 EndCycleCount[8];
uint64 ExecutionAmount[8];
- valtype DebugPropertyType[6];
- debugval Val[6];
- char *String[6];
+ valtype DebugPropertyType[16];
+ debugval Val[16];
+ char *String[16];
uint32 WatchedProperties;
bool32 ToggleWindow;
-
- bool32 ToggleRenders;
};
static project_debug Debug;