summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-08-23 14:40:02 -0400
committerFox Caminiti <fox@foxcam.net>2022-08-23 14:40:02 -0400
commit2e0e12140e95be18abf3cf7e54230ef22f410fbd (patch)
tree3cbbd9c31a87d96362c015aa6b649274dffb2235 /main.cpp
parente25257a0431ef475e5106f7534319b161b81fcae (diff)
effects can use gl state
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 7cb0288..85f1ed4 100644
--- a/main.cpp
+++ b/main.cpp
@@ -47,7 +47,6 @@ SDL_atomic_t CompletedEntries;
static bool32 IsRendering = false;
static instruction_mode InstructionMode = instruction_mode_scalar;
static uint32 RandomGlobalIncrement = 0;
-static bool32 test = 1;
render_entry Entries[256];