summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-12-24 03:14:57 -0600
committerepoch <epoch@hacking.allowed.org>2017-12-24 03:14:57 -0600
commit51bf67e1708062bfc3cb3eb40bc17222aff9cdee (patch)
treedf22b78f5a6be56533fbbf34a1a60babf671549c /src/config.h
parent4b109a2449a483a27bf1e863fb30601262b095f0 (diff)
downloadhackvr-51bf67e1708062bfc3cb3eb40bc17222aff9cdee.tar.gz
hackvr-51bf67e1708062bfc3cb3eb40bc17222aff9cdee.zip
added group_rot to export, set default mode to movement instead of passthru, removed useless comment, commented out annoying error, made comments in hackvr continue reading instead of breaking out of loop
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 535a4a0..a0150f1 100644
--- a/src/config.h
+++ b/src/config.h
@@ -24,7 +24,7 @@
#define MAXSHAPES 65535
-#define DEFAULT_INPUT_MODE 1
+#define DEFAULT_INPUT_MODE 0
#define ROTATE_STEP 5
#endif