@woosh/meep-engine 2.46.33 → 2.46.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/meep.cjs CHANGED
@@ -99978,7 +99978,7 @@ class CompositeBehavior extends Behavior {
99978
99978
  const n = many.length;
99979
99979
  for (let i = 0; i < n; i++) {
99980
99980
  const e = many[i];
99981
- r.addChild(e);
99981
+ this.addChild(e);
99982
99982
  }
99983
99983
  }
99984
99984