Explorar o código

Turn off COREAUDIO debug logging by default

Sam Lantinga %!s(int64=2) %!d(string=hai) anos
pai
achega
1d1c6e6305
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/audio/coreaudio/SDL_coreaudio.m

+ 1 - 1
src/audio/coreaudio/SDL_coreaudio.m

@@ -27,7 +27,7 @@
 #include "SDL_coreaudio.h"
 #include "../../thread/SDL_systhread.h"
 
-#define DEBUG_COREAUDIO 1
+#define DEBUG_COREAUDIO 0
 
 #if DEBUG_COREAUDIO
     #define CHECK_RESULT(msg) \