Merge pull request #3 from duckietm/main

Fix: Bill forgot to remove
This commit is contained in:
Niklas 2023-03-24 13:45:21 +01:00 committed by GitHub
commit 172785338c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

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