auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-05-13 14:50:00 +02:00
parent c03ee5760d
commit fe0743bddf

View File

@@ -292,8 +292,6 @@ import {
import { import {
areTerrainsEqual, areTerrainsEqual,
createTerrain, createTerrain,
DEFAULT_TERRAIN_GRID_RESIZE_DIRECTION_X,
DEFAULT_TERRAIN_GRID_RESIZE_DIRECTION_Z,
getTerrainBounds, getTerrainBounds,
getTerrainFootprintDepth, getTerrainFootprintDepth,
getTerrainFootprintWidth, getTerrainFootprintWidth,
@@ -303,8 +301,6 @@ import {
MAX_TERRAIN_LAYER_COUNT, MAX_TERRAIN_LAYER_COUNT,
MIN_TERRAIN_SAMPLE_COUNT, MIN_TERRAIN_SAMPLE_COUNT,
resizeTerrainGrid, resizeTerrainGrid,
type TerrainGridResizeDirectionX,
type TerrainGridResizeDirectionZ,
type Terrain type Terrain
} from "../document/terrains"; } from "../document/terrains";
import { BUNDLED_FOLIAGE_PROTOTYPES } from "../foliage/bundled-foliage-manifest"; import { BUNDLED_FOLIAGE_PROTOTYPES } from "../foliage/bundled-foliage-manifest";