From a2015458180b2af74ed37ec2b922dc6fa649b6e7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 03:46:58 +0200 Subject: [PATCH] Add createDefaultResolvedControlSource function --- src/runtime-three/runtime-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 187058ce..067607aa 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -40,6 +40,7 @@ import type { ProjectAssetRecord } from "../assets/project-assets"; import type { BoxBrush } from "../document/brushes"; import { applyControlEffectToResolvedState, + createDefaultResolvedControlSource, createInteractionLinkResolvedControlSource, type ActorControlTargetRef, type ControlEffect,