Browse Source

Turn off COREAUDIO debug logging by default

Sam Lantinga 1 năm trước cách đây
mục cha
commit
1d1c6e6305
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) \