mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
oops
This commit is contained in:
parent
363a2a3a7a
commit
24bfb3f3b9
2 changed files with 1 additions and 2 deletions
|
@ -301,7 +301,6 @@ Script.include("/~/system/libraries/cloneEntityUtils.js");
|
|||
var worldEntityProps = controllerData.nearbyEntityProperties[this.hand];
|
||||
var cloneID = cloneEntity(targetProps, worldEntityProps);
|
||||
var cloneProps = controllerData.nearbyEntityPropertiesByID[cloneID];
|
||||
|
||||
this.grabbing = true;
|
||||
this.targetEntityID = cloneID;
|
||||
this.startNearParentingGrabEntity(controllerData, cloneProps);
|
||||
|
|
|
@ -361,7 +361,7 @@ if (typeof module !== 'undefined') {
|
|||
LEFT_HAND: LEFT_HAND,
|
||||
RIGHT_HAND: RIGHT_HAND,
|
||||
BUMPER_ON_VALUE: BUMPER_ON_VALUE,
|
||||
TEAR_AWAY_DISTANCE: TEAR_AWAY_DISTANCE
|
||||
TEAR_AWAY_DISTANCE: TEAR_AWAY_DISTANCE,
|
||||
projectOntoOverlayXYPlane: projectOntoOverlayXYPlane,
|
||||
projectOntoEntityXYPlane: projectOntoEntityXYPlane
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue