From 3bdcf9cdb539b885aeace3b516a436d84dfd6864 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 30 Sep 2017 02:36:27 -0500 Subject: disabled debug by default --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.h b/src/config.h index 613f458..48ae062 100644 --- a/src/config.h +++ b/src/config.h @@ -6,7 +6,7 @@ #define AR_W 4 #define AR_H 3 -#define DEBUG 1 +#define DEBUG 0 #define WALK_SPEED 1 #define SPLIT_SCREEN 1 #define CAMERA_SEPARATION -1 -- cgit v1.2.3