@woosh/meep-engine 2.75.1 → 2.75.2
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
|
@@ -117815,6 +117815,7 @@ class SelectorBehavior extends CompositeBehavior {
|
|
|
117815
117815
|
}
|
|
117816
117816
|
|
|
117817
117817
|
initialize(context) {
|
|
117818
|
+
|
|
117818
117819
|
const children = this.__children;
|
|
117819
117820
|
|
|
117820
117821
|
if (children.length > 0) {
|
|
@@ -117822,7 +117823,7 @@ class SelectorBehavior extends CompositeBehavior {
|
|
|
117822
117823
|
this.__currentBehaviourIndex = 0;
|
|
117823
117824
|
this.__currentBehaviour = children[0];
|
|
117824
117825
|
|
|
117825
|
-
this.__currentBehaviour.initialize(
|
|
117826
|
+
this.__currentBehaviour.initialize(context);
|
|
117826
117827
|
|
|
117827
117828
|
} else {
|
|
117828
117829
|
// no children
|