Add terrainList to describeSelection in App.tsx

This commit is contained in:
2026-04-18 19:50:02 +02:00
parent 2c3b955632
commit b6d5151c4d

View File

@@ -14976,6 +14976,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
{describeSelection(
editorState.selection,
brushList,
terrainList,
pathList,
editorState.document.modelInstances,
editorState.document.assets,