You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 15:36:18 +00:00
🆙 Small updates
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user