auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-05-01 17:57:18 +02:00
parent e20fec26cf
commit f9041c531a

View File

@@ -9835,7 +9835,6 @@ export class ViewportHost {
dirtyBounds !== null &&
changed &&
(heightSampleIndices.size > 0 || paintWeightIndices.size > 0);
const finalDirtyBounds = dirtyBounds;
const toolState = this.activeTerrainBrushStroke.toolState;
this.activeTerrainBrushStroke = null;
this.terrainBrushPreviewGroup.visible = false;