diff options
| author | epoch <epoch@hacking.allowed.org> | 2017-09-30 02:36:27 -0500 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2017-09-30 02:36:27 -0500 | 
| commit | 3bdcf9cdb539b885aeace3b516a436d84dfd6864 (patch) | |
| tree | 8d5c86d8134da5ed911de30a5bebd87040dd6db6 /src | |
| parent | 70b8b9a8ee190273cf57892ea09b1941ab8dc55d (diff) | |
| download | hackvr-3bdcf9cdb539b885aeace3b516a436d84dfd6864.tar.gz hackvr-3bdcf9cdb539b885aeace3b516a436d84dfd6864.zip  | |
disabled debug by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 2 | 
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  | 
