From 23f4afc3eaee2feab1770f1b65a2c635cf771090 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 00:48:48 +0200 Subject: [PATCH] Export MAX_TERRAIN_LAYER_COUNT constant --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index d66fe3b2..4c43af33 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -262,9 +262,9 @@ import { getTerrainKindLabel, getTerrainLayerLabel, getTerrains, + MAX_TERRAIN_LAYER_COUNT, MIN_TERRAIN_SAMPLE_COUNT, resizeTerrainGrid, - TERRAIN_LAYER_COUNT, type Terrain } from "../document/terrains"; import { BUNDLED_FOLIAGE_PROTOTYPES } from "../foliage/bundled-foliage-manifest";