From 0ffcd8260aea8e805e2f27280a73996d41e25c11 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 13:11:11 +0200 Subject: [PATCH] auto-git: [change] src/document/scene-document.ts --- src/document/scene-document.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/document/scene-document.ts b/src/document/scene-document.ts index 4e3c3d2c..1053fd7b 100644 --- a/src/document/scene-document.ts +++ b/src/document/scene-document.ts @@ -278,6 +278,7 @@ export function createEmptySceneDocument( foliagePrototypes: createEmptyFoliagePrototypeRegistry(), foliageLayers: createEmptyFoliageLayerRegistry(), paths: {}, + splineCorridorJunctions: {}, modelInstances: {}, entities: {}, interactionLinks: {} @@ -311,6 +312,7 @@ export function createEmptyProjectScene( terrains: {}, foliageLayers: overrides.foliageLayers ?? createEmptyFoliageLayerRegistry(), paths: {}, + splineCorridorJunctions: {}, modelInstances: {}, entities: {}, interactionLinks: {}