From 635576972024319c15141645d3304db8cd1d1e19 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 8 Aug 2022 13:50:34 -0400 Subject: basic bezier path system added --- debug.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'debug.h') 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; -- cgit v1.2.3