mirror of https://github.com/libsdl-org/SDL
camera: turn OFF `DEBUG_CAMERA` debug logging.
This commit is contained in:
parent
31fe061ab5
commit
26ffbe43c2
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "../SDL_hashtable.h"
|
||||
|
||||
#define DEBUG_CAMERA 1
|
||||
#define DEBUG_CAMERA 0
|
||||
|
||||
typedef struct SDL_CameraDevice SDL_CameraDevice;
|
||||
|
||||
|
|
Loading…
Reference in New Issue