mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 20:58:30 +02:00
Threshold back
This commit is contained in:
parent
8c9173b639
commit
04e6225a95
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue