mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
fix spelling error
This commit is contained in:
parent
76c1fe688c
commit
5a1242a1ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue