From 6df7b989c505f554c8b3386e6fcf20a9f93e82a9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 02:38:57 +0200 Subject: [PATCH] Add new control target types to scene-document-validation.ts --- src/document/scene-document-validation.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/document/scene-document-validation.ts b/src/document/scene-document-validation.ts index 6eb68433..585b3608 100644 --- a/src/document/scene-document-validation.ts +++ b/src/document/scene-document-validation.ts @@ -11,7 +11,10 @@ import { type ActorControlTargetRef, type ControlEffect, type InteractionControlTargetRef, - type LightControlTargetRef + type LightControlTargetRef, + type ModelInstanceControlTargetRef, + type SceneControlTargetRef, + type SoundEmitterControlTargetRef } from "../controls/control-surface"; import { WHITEBOX_SELECTION_MODES } from "../core/whitebox-selection-mode"; import {