Parcourir la source

audio: Turn off DEBUG_CONFIG logging again.

Ryan C. Gordon il y a 3 ans
Parent
commit
45c3b59d4b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/audio/SDL_audio_c.h

+ 1 - 1
src/audio/SDL_audio_c.h

@@ -25,7 +25,7 @@
 #include "../SDL_internal.h"
 
 #ifndef DEBUG_CONVERT
-#define DEBUG_CONVERT 1
+#define DEBUG_CONVERT 0
 #endif
 
 #if DEBUG_CONVERT