mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 19:23:04 +02:00
Fix script default to match C++ default
This commit is contained in:
parent
be2bcb1c13
commit
395d40f0f9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
var hmdRollControlEnabled = true;
|
||||
var hmdRollControlDeadZone = 8.0; // deg
|
||||
var hmdRollControlSpeed = 1.0; // deg/sec/deg
|
||||
var hmdRollControlSpeed = 2.5; // deg/sec/deg
|
||||
|
||||
print("HMD roll control: " + hmdRollControlEnabled + ", " + hmdRollControlDeadZone + ", " + hmdRollControlSpeed);
|
||||
|
||||
|
|
Loading…
Reference in a new issue