Sync terrain grid resize overlay when brush is inactive or tool is not 'select'

This commit is contained in:
2026-05-13 14:44:15 +02:00
parent ff5dc86645
commit 1568d7254e

View File

@@ -2094,6 +2094,7 @@ export class ViewportHost {
if (terrainBrushState === null || this.toolMode !== "select") {
this.setTerrainBrushHover(null);
this.syncTerrainGridResizeOverlay();
return;
}