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,