fix: Pictured::destroy

This commit is contained in:
cha0s 2022-05-04 13:49:02 -05:00
parent 034f6ed267
commit fecbfd00af

View File

@ -56,7 +56,6 @@ export default (flecks) => {
for (let i = 0; i < sprites.length; i++) {
const [key, sprite] = sprites[i];
this.hideImage(key);
sprite.image.destroy();
sprite.destroy();
}
this.$$sprites = undefined;