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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user