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