🆙 more optimization mem.

This commit is contained in:
duckietm
2026-04-03 10:48:13 +02:00
parent e57749bbbb
commit d63be7dd62
5 changed files with 58 additions and 8 deletions
+6
View File
@@ -110,6 +110,12 @@ export class RoomMessageHandler
this._latestEntryTileEvent = null;
this._activeWiredUserMovements.clear();
this._activeRoomUserWalks.clear();
if(this._planeParser)
{
this._planeParser.dispose();
this._planeParser = null;
}
}
public setRoomId(id: number): void