auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-03-31 20:05:40 +02:00
parent d5702fe98c
commit b423115186

View File

@@ -210,6 +210,7 @@ export class ViewportHost {
updateDocument(document: SceneDocument, selection: EditorSelection) {
this.currentDocument = document;
this.currentSelection = selection;
this.rebuildLocalLights(document);
this.rebuildBrushMeshes(document, selection);
this.rebuildEntityMarkers(document, selection);
this.rebuildModelInstances(document, selection);