summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-03-27 23:45:20 -0500
committerepoch <epoch@hacking.allowed.org>2020-03-27 23:45:20 -0500
commitf5ca4d9e76b8c266b3f32cdda7f0521d69a0c5a9 (patch)
treeb5e950fc95e80ff41ab92658e7dbadb29ccdc91f /src/config.h
parent22942add557f242425ae9d9813ff13377d515b51 (diff)
downloadhackvr-f5ca4d9e76b8c266b3f32cdda7f0521d69a0c5a9.tar.gz
hackvr-f5ca4d9e76b8c266b3f32cdda7f0521d69a0c5a9.zip
added field of view config because it was missing
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index f4009a3..53b1dba 100644
--- a/src/config.h
+++ b/src/config.h
@@ -28,4 +28,6 @@
#define DEFAULT_INPUT_MODE 0
#define ROTATE_STEP 5
+#define FIELDOFVIEW 160
+
#endif