From 7f07475b684beeeff024a63324dbf1a15566db8d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 1 Apr 2026 04:04:59 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-interaction-system.ts --- src/runtime-three/runtime-interaction-system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime-three/runtime-interaction-system.ts b/src/runtime-three/runtime-interaction-system.ts index b53472be..158c5da4 100644 --- a/src/runtime-three/runtime-interaction-system.ts +++ b/src/runtime-three/runtime-interaction-system.ts @@ -215,7 +215,7 @@ export class RuntimeInteractionSystem { dispatcher.toggleBrushVisibility(link.action.targetBrushId, link.action.visible, link); break; case "playAnimation": - dispatcher.playAnimation(link.action.targetModelInstanceId, link.action.clipName, link); + dispatcher.playAnimation(link.action.targetModelInstanceId, link.action.clipName, link.action.loop, link); break; case "stopAnimation": dispatcher.stopAnimation(link.action.targetModelInstanceId, link);