diff --git a/src/app/App.tsx b/src/app/App.tsx index 4a239e62..2e5424ca 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -837,7 +837,10 @@ function formatPlayerStartGamepadCameraLookBindingLabel( const STARTER_MATERIAL_ORDER = new Map( STARTER_MATERIAL_LIBRARY.map((material, index) => [material.id, index]) ); -const TERRAIN_SCULPT_BRUSH_TOOLS: Exclude[] = [ +const TERRAIN_SCULPT_BRUSH_TOOLS: Exclude< + TerrainBrushTool, + "paint" | "foliagePaint" | "foliageErase" +>[] = [ "raise", "lower", "smooth",