@woosh/meep-engine 2.46.34 → 2.46.35
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
|
@@ -125753,7 +125753,7 @@ class SelectorBehavior extends CompositeBehavior {
|
|
|
125753
125753
|
this.__currentBehaviourIndex = 0;
|
|
125754
125754
|
this.__currentBehaviour = children[0];
|
|
125755
125755
|
|
|
125756
|
-
this.__currentBehaviour.initialize();
|
|
125756
|
+
this.__currentBehaviour.initialize(this.context);
|
|
125757
125757
|
|
|
125758
125758
|
} else {
|
|
125759
125759
|
// no children
|