add comment

This commit is contained in:
David Back 2018-05-16 11:39:53 -07:00
parent 6c946d7ac5
commit 06fa4efe05

View file

@ -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;