mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
vr:: changed the default settings
This commit is contained in:
parent
0de8ce9a10
commit
29c1676c75
4
vr.cpp
4
vr.cpp
@ -128,7 +128,7 @@ struct vrdata_t {
|
||||
vrdata_t vrdata;
|
||||
|
||||
/** should we try to access VR */
|
||||
EX bool enabled = true;
|
||||
EX bool enabled = false;
|
||||
|
||||
/** we tried to access VR but 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) {
|
||||
if(!last && !cur) return;
|
||||
|
Loading…
Reference in New Issue
Block a user