vr:: changed the default settings

This commit is contained in:
Zeno Rogue 2020-11-22 17:45:36 +01:00
parent 0de8ce9a10
commit 29c1676c75
1 changed files with 2 additions and 2 deletions

4
vr.cpp
View File

@ -128,7 +128,7 @@ struct vrdata_t {
vrdata_t vrdata; vrdata_t vrdata;
/** should we try to access VR */ /** should we try to access VR */
EX bool enabled = true; EX bool enabled = false;
/** we tried to access VR but failed */ /** we tried to access VR but failed */
EX bool failed; EX bool failed;
@ -382,7 +382,7 @@ EX void vr_shift() {
} }
} }
EX ld absolute_unit_in_meters = 1; EX ld absolute_unit_in_meters = 3;
void move_according_to(vr::ETrackedControllerRole role, bool last, bool cur) { void move_according_to(vr::ETrackedControllerRole role, bool last, bool cur) {
if(!last && !cur) return; if(!last && !cur) return;