auto-git:

[change] src/interactions/interaction-links.ts
This commit is contained in:
2026-04-01 04:04:24 +02:00
parent b1630c12a6
commit 2adca807e1

View File

@@ -73,7 +73,8 @@ function cloneAction(action: InteractionAction): InteractionAction {
return {
type: "playAnimation",
targetModelInstanceId: action.targetModelInstanceId,
clipName: action.clipName
clipName: action.clipName,
loop: action.loop
};
case "stopAnimation":
return {