1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 17:35:40 +02:00

Update engine.ts

This commit is contained in:
syuilo
2026-04-05 17:18:58 +09:00
parent 07d57b0edd
commit 83b5305671

View File

@@ -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 = {