From 9a48c262a08b8e02c705a92efc93fa9d60190d0f Mon Sep 17 00:00:00 2001 From: lambdatiger Date: Fri, 23 Aug 2024 18:46:03 -0500 Subject: [PATCH] Forgot to recomment out debug parameters --- addons/frag/script_component.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/frag/script_component.hpp b/addons/frag/script_component.hpp index 29167c504b..ce79295cac 100644 --- a/addons/frag/script_component.hpp +++ b/addons/frag/script_component.hpp @@ -3,9 +3,9 @@ #include "\z\ace\addons\main\script_mod.hpp" // #define LOG_FRAG_INFO -#define DEBUG_MODE_FULL -#define DEBUG_MODE_DRAW -#define DISABLE_COMPILE_CACHE +// #define DEBUG_MODE_FULL +// #define DEBUG_MODE_DRAW +// #define DISABLE_COMPILE_CACHE // #define ENABLE_PERFORMANCE_COUNTERS #ifdef DEBUG_ENABLED_FRAG