Handle 'setProjectTimePaused' in asset and scheduler files

This commit is contained in:
2026-04-14 22:27:13 +02:00
parent c9b0e4c827
commit 4bf5afb263
3 changed files with 9 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ function removeInvalidatedInteractionLinks(
return silencedSoundEmitterIds.has(link.action.targetSoundEmitterId);
case "control":
switch (link.action.effect.type) {
case "setProjectTimePaused":
case "setActorPresence":
case "playActorAnimation":
case "followActorPath":