Skip to content
Snippets Groups Projects
Unverified Commit c37b824a authored by Christopher Pietsch's avatar Christopher Pietsch Committed by GitHub
Browse files

Update pixi-packer-parser.js

parent 71800e9b
Branches
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment