🆙 Small updates

This commit is contained in:
duckietm
2026-04-03 11:43:58 +02:00
parent d63be7dd62
commit 5b3c4ad090
4 changed files with 37 additions and 19 deletions
+7
View File
@@ -293,6 +293,13 @@ export class AvatarImage implements IAvatarImage, IAvatarEffectListener
clear: true
});
for(const child of container.children)
{
child.removeChildren();
}
container.destroy({ children: true });
//@ts-ignore
this._activeTexture.source.hitMap = null;