mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Add pick offset
This commit is contained in:
parent
13de22adb3
commit
82b662d08e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
this.currentTarget = TARGET.INVALID;
|
||||
this.currentResult = null;
|
||||
this.capsuleThreshold = 0.05;
|
||||
this.pickHeightOffset = 0.1;
|
||||
this.pickHeightOffset = 0.15;
|
||||
|
||||
this.getOtherModule = function() {
|
||||
var otherModule = this.hand === RIGHT_HAND ? leftTeleporter : rightTeleporter;
|
||||
|
|
Loading…
Reference in a new issue