From 3a4dd69ffb50c36388ed1ae1674a1c73e9ccf0ed Mon Sep 17 00:00:00 2001 From: andrewjhaman Date: Wed, 5 Jul 2023 13:24:12 -0400 Subject: [PATCH] Remove Spurious Debug Include --- main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.c b/main.c index 27665fc..6d80ec9 100644 --- a/main.c +++ b/main.c @@ -4982,9 +4982,6 @@ Shadow_Volume_Params calculate_shadow_volume_params(Vec3 light_dir) return result; } - -#include "debug_helpers.c" - void frame(void) { static float speed_factor = 1.0f; @@ -5021,8 +5018,6 @@ void frame(void) return; #endif - debug_draw_img(state.shadows.color_img, 0); - PROFILE_SCOPE("frame") { uint64_t time_start_frame = stm_now();