From 83b530567187fcde8bc54e049fece065d2b37b27 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 5 Apr 2026 17:18:58 +0900 Subject: [PATCH] Update engine.ts --- packages/frontend/src/utility/room/engine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/utility/room/engine.ts b/packages/frontend/src/utility/room/engine.ts index b5a5d81ba5..ccd0ba08b6 100644 --- a/packages/frontend/src/utility/room/engine.ts +++ b/packages/frontend/src/utility/room/engine.ts @@ -766,7 +766,7 @@ export class RoomEngine { if (objectId != null) { const entity = this.objectEntities.get(objectId); if (entity != null) { - if (this.isEditMode.value) entity.model.unbakeMesh(); + entity.model.unbakeMesh(); this.highlightMeshes(entity.rootMesh.getChildMeshes()); const state = this.roomState.installedObjects.find(o => o.id === objectId)!; this.selected.value = {