Fix script default to match C++ default

This commit is contained in:
David Rowe 2017-06-14 12:21:19 +12:00
parent be2bcb1c13
commit 395d40f0f9

View file

@ -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);