bkaradzic пре 13 година
родитељ
комит
e369e75806
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/bgfx_p.h

+ 1 - 1
src/bgfx_p.h

@@ -18,7 +18,7 @@ extern void dbgPrintf(const char* _format, ...);
 extern void dbgPrintfData(const void* _data, uint32_t _size, const char* _format, ...);
 extern void dbgPrintfData(const void* _data, uint32_t _size, const char* _format, ...);
 
 
 #ifndef BGFX_CONFIG_DEBUG
 #ifndef BGFX_CONFIG_DEBUG
-#	define BGFX_CONFIG_DEBUG 1
+#	define BGFX_CONFIG_DEBUG 0
 #endif // BGFX_CONFIG_DEBUG
 #endif // BGFX_CONFIG_DEBUG
 
 
 #if BGFX_CONFIG_DEBUG
 #if BGFX_CONFIG_DEBUG