Reset hitmap on avatar redraw

This commit is contained in:
Bill 2023-01-06 23:13:32 -05:00
parent 17889a94ec
commit 43031bbf4c
1 changed files with 3 additions and 0 deletions

View File

@ -400,6 +400,9 @@ export class AvatarImage implements IAvatarImage, IAvatarEffectListener
renderTexture: this._reusableTexture,
clear: true
});
//@ts-ignore
this._reusableTexture.baseTexture.hitMap = null;
}
else
{