From e42f2ff1a55e7edb7f791d287b69d805d52923d8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 00:46:30 +0200 Subject: [PATCH] Update terrain layer count constants and imports --- src/document/scene-document-validation.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/document/scene-document-validation.ts b/src/document/scene-document-validation.ts index 361b34e0..298e1ae4 100644 --- a/src/document/scene-document-validation.ts +++ b/src/document/scene-document-validation.ts @@ -89,8 +89,10 @@ import { type ScenePath } from "./paths"; import { + MAX_TERRAIN_LAYER_COUNT, + MIN_TERRAIN_LAYER_COUNT, MIN_TERRAIN_SAMPLE_COUNT, - TERRAIN_LAYER_COUNT, + getTerrainStoredPaintWeightCount, type Terrain } from "./terrains"; import {