auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-05-01 17:29:41 +02:00
parent 57c4ae750b
commit f0d4511bdf

View File

@@ -6611,7 +6611,8 @@ export class ViewportHost {
]!;
}
chunk.debugMesh.visible = selected;
chunk.debugMesh.visible =
selected && this.terrainLodGridVisibleTerrainIds.has(terrainId);
}
}
}