From 83ce428d8bb5f4a762abf879adec076bc34cf36a Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 27 Jul 2022 11:00:45 -0400 Subject: full support for odd-dimension bitmaps and comps --- debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 6128627..4a6891e 100644 --- a/debug.h +++ b/debug.h @@ -28,6 +28,8 @@ struct project_debug char *String[6]; uint32 WatchedProperties; bool32 ToggleWindow; + + bool32 ToggleRenders; }; global_variable project_debug Debug; -- cgit v1.2.3