mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 17:20:12 +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.targetEntityID = cloneID;
|
||||
this.startNearParentingGrabEntity(controllerData, cloneProps);
|
||||
this.cloneAllowed = false;
|
||||
this.cloneAllowed = false; // prevent another clone call until inputs released
|
||||
}
|
||||
} else if (targetProps) {
|
||||
this.grabbing = true;
|
||||
|
|
Loading…
Reference in a new issue