From 9e6bbf8d748d00f8454ff3ebc180329e18489e08 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 19:14:32 +0200 Subject: [PATCH] auto-git: [change] src/document/scene-document-validation.ts --- src/document/scene-document-validation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/document/scene-document-validation.ts b/src/document/scene-document-validation.ts index b1477c14..cf1d7acf 100644 --- a/src/document/scene-document-validation.ts +++ b/src/document/scene-document-validation.ts @@ -113,6 +113,7 @@ import { MAX_SPLINE_CORRIDOR_JUNCTION_RADIUS, MIN_SPLINE_CORRIDOR_JUNCTION_CLIP_DISTANCE, MIN_SPLINE_CORRIDOR_JUNCTION_RADIUS, + isSplineCorridorJunctionShapeMode, isSplineCorridorJunctionTerrainMode, type SplineCorridorJunction } from "./spline-corridor-junctions";