Fix: Big Room fox (was released 2 years ago by Mike and never fixed in the Renderer)

This commit is contained in:
DuckieTM 2024-03-23 10:06:38 +01:00
parent 28249f88d6
commit 659a715374

View File

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