Update RoomPlane

This fixes Large rooms to load
This commit is contained in:
duckietm 2023-06-17 19:34:04 +02:00 committed by GitHub
parent 81cfd5c56f
commit 50e47f3c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,14 +261,6 @@ export class RoomPlane implements IRoomPlane
this._bitmapMasks = null;
this._rectangleMasks = null;
this._maskPixels = null;
if(this._maskBitmapData)
{
this._maskBitmapData.destroy(true);
this._maskBitmapData = null;
}
this._disposed = true;
}