auto-git:

[change] src/runtime-three/runtime-scene-build.ts
This commit is contained in:
2026-04-14 01:39:48 +02:00
parent 72b2cc6ca1
commit 3ae63c83d1

View File

@@ -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;
}
}
})