From 3ae63c83d17c56a243f1bf4fc73682540acd8801 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 01:39:48 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-scene-build.ts --- src/runtime-three/runtime-scene-build.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index 5f844c40..636f7c43 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -1239,10 +1239,6 @@ export function buildRuntimeSceneFromDocument(document: SceneDocument, options: return enabledModelInstanceIds.has( link.action.effect.target.modelInstanceId ); - case "actor": - case "scene": - case "global": - return true; } } })