mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
Update RoomPlane
This fixes Large rooms to load
This commit is contained in:
parent
81cfd5c56f
commit
50e47f3c90
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user