mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update engine.ts
This commit is contained in:
parent
e79532e50a
commit
7121cd1ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue