Pass sequences to getInteractionLinkImpulseSteps

This commit is contained in:
2026-04-14 23:37:11 +02:00
parent 5e671df393
commit 8fd0084f76

View File

@@ -699,7 +699,7 @@ export class RuntimeInteractionSystem {
continue;
}
for (const step of getInteractionLinkImpulseSteps(link)) {
for (const step of getInteractionLinkImpulseSteps(link, runtimeScene.sequences)) {
this.dispatchSequenceStep(step, link, runtimeScene, dispatcher);
}
}