mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 00:44:38 +02:00
add comment
This commit is contained in:
parent
6c946d7ac5
commit
06fa4efe05
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Script.include("/~/system/libraries/cloneEntityUtils.js");
|
||||||
this.grabbing = true;
|
this.grabbing = true;
|
||||||
this.targetEntityID = cloneID;
|
this.targetEntityID = cloneID;
|
||||||
this.startNearParentingGrabEntity(controllerData, cloneProps);
|
this.startNearParentingGrabEntity(controllerData, cloneProps);
|
||||||
this.cloneAllowed = false;
|
this.cloneAllowed = false; // prevent another clone call until inputs released
|
||||||
}
|
}
|
||||||
} else if (targetProps) {
|
} else if (targetProps) {
|
||||||
this.grabbing = true;
|
this.grabbing = true;
|
||||||
|
|
Loading…
Reference in a new issue