auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-03-31 03:46:38 +02:00
parent e3fb88a5e7
commit ef9231aeda

View File

@@ -185,6 +185,7 @@ export class ViewportHost {
this.renderer.domElement.removeEventListener("pointerleave", this.handlePointerLeave);
this.clearBrushMeshes();
this.clearPlayerStartMarkers();
this.boxCreatePreviewHandler = null;
this.setBoxCreatePreview(null);
for (const cachedTexture of this.materialTextureCache.values()) {