auto-git:
[change] src/commands/add-terrain-layer-command.ts
This commit is contained in:
@@ -4,7 +4,6 @@ import type { ToolMode } from "../core/tool-mode";
|
||||
import {
|
||||
cloneTerrain,
|
||||
createTerrainWithAddedLayer,
|
||||
getTerrainLayerLabel,
|
||||
type Terrain
|
||||
} from "../document/terrains";
|
||||
|
||||
@@ -96,7 +95,3 @@ export function createAddTerrainLayerCommand(
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export function getAddedTerrainLayerStatusLabel(terrain: Terrain): string {
|
||||
return getTerrainLayerLabel(terrain.layers.length - 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user