From 2e0e12140e95be18abf3cf7e54230ef22f410fbd Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Tue, 23 Aug 2022 14:40:02 -0400 Subject: effects can use gl state --- main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'main.cpp') 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]; -- cgit v1.2.3