From d245d6b460d94a28708adaa9c76de9d79c202f9c Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Thu, 14 May 2026 16:13:34 +0200 Subject: [PATCH] Update vegetationConfig.ts --- src/world/vegetation/vegetationConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/vegetation/vegetationConfig.ts b/src/world/vegetation/vegetationConfig.ts index 4d4e567..ada9464 100644 --- a/src/world/vegetation/vegetationConfig.ts +++ b/src/world/vegetation/vegetationConfig.ts @@ -6,7 +6,7 @@ export const VEGETATION_LOD = { export const VEGETATION_TYPES = { buissons: { - mapName: "buissons", + mapName: "buisson", modelPath: "/models/buisson/model.gltf", castShadow: true, receiveShadow: true,