🆙 Small Fixes

This commit is contained in:
duckietm
2026-04-14 11:19:53 +02:00
parent 399999f23d
commit ca5e754b28
65 changed files with 1717 additions and 125 deletions
-6
View File
@@ -23,12 +23,6 @@ export class ImageData
public dispose(): void
{
if(this._container)
{
this._container.destroy({ children: true });
this._container = null;
}
this._texture = null;
this._regPoint = null;
this._colorTransform = null;