fix spelling error

This commit is contained in:
druiz17 2017-09-26 15:06:31 -07:00
parent 76c1fe688c
commit 5a1242a1ac

View file

@ -187,7 +187,7 @@ Script.include("/~/system/libraries/cloneEntityUtils.js");
var previousParentID = _this.previousParentID[childID];
var previousParentJointIndex = _this.previousParentJointIndex[childID];
// The main flaw with keeping track of previous parantage in individual scripts is:
// The main flaw with keeping track of previous parentage in individual scripts is:
// (1) A grabs something (2) B takes it from A (3) A takes it from B (4) A releases it
// now A and B will take turns passing it back to the other. Detect this and stop the loop here...
var UNHOOK_LOOP_DETECT_MS = 200;