comment out debug
This commit is contained in:
parent
60d85725f5
commit
a059fabf89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue