mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 12:55:30 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1767,6 +1767,7 @@ export class RoomEngine extends EventEmitter<RoomEngineEvents> {
|
||||
}
|
||||
this.timer.dispose();
|
||||
this.engine.dispose();
|
||||
this.scene.dispose();
|
||||
this.disposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -337,6 +337,7 @@ export class RoomObjectPreviewEngine {
|
||||
this.timerForEachObject.dispose();
|
||||
}
|
||||
this.engine.dispose();
|
||||
this.scene.dispose();
|
||||
this.disposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user