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