diff --git a/src/app/App.tsx b/src/app/App.tsx
index 0b04130e..3f2f382c 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -21162,10 +21162,7 @@ export function App({
)
}
>
- {Array.from(
- { length: TERRAIN_LAYER_COUNT },
- (_, layerIndex) => layerIndex
- ).map((layerIndex) => (
+ {selectedTerrain.layers.map((_, layerIndex) => (
@@ -21180,30 +21177,60 @@ export function App({
"no assigned material"}
.
+
+
+
+
+ Terrain supports up to {MAX_TERRAIN_LAYER_COUNT} material
+ layers. The base layer cannot be removed.
+
{selectedTerrain.layers.map((layer, layerIndex) => (
-