auto-git:
[change] src/viewport-three/viewport-host.ts
This commit is contained in:
@@ -1638,6 +1638,10 @@ export class ViewportHost {
|
|||||||
this.cancelActiveTerrainBrushStroke(false);
|
this.cancelActiveTerrainBrushStroke(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (terrainChanged || toolChanged || layerChanged || terrainBrushState === null) {
|
||||||
|
this.rebuildDisplayedTerrainState();
|
||||||
|
}
|
||||||
|
|
||||||
if (terrainBrushState === null || this.toolMode !== "select") {
|
if (terrainBrushState === null || this.toolMode !== "select") {
|
||||||
this.setTerrainBrushHover(null);
|
this.setTerrainBrushHover(null);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user