From 06fa4efe055240e900c109bd1b5a9ba705b327b7 Mon Sep 17 00:00:00 2001 From: David Back Date: Wed, 16 May 2018 11:39:53 -0700 Subject: [PATCH] add comment --- .../controllers/controllerModules/nearParentGrabEntity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/controllerModules/nearParentGrabEntity.js b/scripts/system/controllers/controllerModules/nearParentGrabEntity.js index 5f310e471f..4ab45b33f7 100644 --- a/scripts/system/controllers/controllerModules/nearParentGrabEntity.js +++ b/scripts/system/controllers/controllerModules/nearParentGrabEntity.js @@ -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;