mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +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 hmdRollControlEnabled = true;
|
||||||
var hmdRollControlDeadZone = 8.0; // deg
|
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);
|
print("HMD roll control: " + hmdRollControlEnabled + ", " + hmdRollControlDeadZone + ", " + hmdRollControlSpeed);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue