Threshold back

This commit is contained in:
luiscuenca 2018-09-14 11:22:47 -07:00
parent 8c9173b639
commit 04e6225a95

View file

@ -136,7 +136,7 @@ Script.include("/~/system/libraries/controllers.js");
this.currentTarget = TARGET.INVALID;
this.currentResult = null;
this.capsuleThreshold = 0.05;
this.pickHeightOffset = 0.15;
this.pickHeightOffset = 0.05;
this.getOtherModule = function() {
var otherModule = this.hand === RIGHT_HAND ? leftTeleporter : rightTeleporter;