summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-09-30 02:36:27 -0500
committerepoch <epoch@hacking.allowed.org>2017-09-30 02:36:27 -0500
commit3bdcf9cdb539b885aeace3b516a436d84dfd6864 (patch)
tree8d5c86d8134da5ed911de30a5bebd87040dd6db6 /src
parent70b8b9a8ee190273cf57892ea09b1941ab8dc55d (diff)
downloadhackvr-3bdcf9cdb539b885aeace3b516a436d84dfd6864.tar.gz
hackvr-3bdcf9cdb539b885aeace3b516a436d84dfd6864.zip
disabled debug by default
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
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