From a059fabf8942d01fa836b6cf03edadbde09ec93c Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 6 Sep 2023 20:06:26 +0200 Subject: [PATCH] comment out debug --- inc/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/debug.h b/inc/debug.h index 0786a3b..988a525 100644 --- a/inc/debug.h +++ b/inc/debug.h @@ -30,7 +30,7 @@ extern double g_dbg_frame_time; extern DWORD g_dbg_frame_count; extern LPTOP_LEVEL_EXCEPTION_FILTER g_dbg_exception_filter; -#define _DEBUG 1 +//#define _DEBUG 1 /* use OutputDebugStringA rather than printf */ //#define _DEBUG_S 1