From c37b824ae22c96c03ce43bc7dd24fb3c0f4a5d89 Mon Sep 17 00:00:00 2001 From: Christopher Pietsch <cpietsch@gmail.com> Date: Tue, 9 Jun 2020 22:01:08 +0200 Subject: [PATCH] Update pixi-packer-parser.js --- js/pixi-packer-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pixi-packer-parser.js b/js/pixi-packer-parser.js index efb6493..ab38d19 100644 --- a/js/pixi-packer-parser.js +++ b/js/pixi-packer-parser.js @@ -23,7 +23,7 @@ window.pixiPackerParser = function (PIXI) { !resource.data || resource.type !== PIXI.LoaderResource.TYPE.JSON || !resource.data.meta || - (resource.data.meta.type !== "pixi-packer" || + (resource.data.meta.type !== "pixi-packer" && resource.data.meta.type !== "sharpsheet") ) { return next(); -- GitLab