mirror of https://github.com/encounter/SDL.git
audio: Turn off DEBUG_CONFIG logging again.
This commit is contained in:
parent
bec721f08a
commit
45c3b59d4b
|
@ -25,7 +25,7 @@
|
|||
#include "../SDL_internal.h"
|
||||
|
||||
#ifndef DEBUG_CONVERT
|
||||
#define DEBUG_CONVERT 1
|
||||
#define DEBUG_CONVERT 0
|
||||
#endif
|
||||
|
||||
#if DEBUG_CONVERT
|
||||
|
|
Loading…
Reference in New Issue