mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-16 14:25:32 +02:00
Update engine.ts
This commit is contained in:
@@ -726,8 +726,8 @@ export class RoomEngine {
|
||||
|
||||
public selectObject(objectId: string | null) {
|
||||
if (this.selected.value != null) {
|
||||
this.selected.value.objectEntity.model.bakeMesh();
|
||||
if (this.selectionOutlineLayer != null) this.selectionOutlineLayer.clearSelection();
|
||||
this.selected.value.objectEntity.model.bakeMesh();
|
||||
this.selected.value = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user