camera: turn OFF DEBUG_CAMERA debug logging.

This commit is contained in:
Ryan C. Gordon
2024-02-20 16:09:02 -05:00
parent 31fe061ab5
commit 26ffbe43c2

View File

@@ -25,7 +25,7 @@
#include "../SDL_hashtable.h"
#define DEBUG_CAMERA 1
#define DEBUG_CAMERA 0
typedef struct SDL_CameraDevice SDL_CameraDevice;