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

Update pixi-packer-parser.js

parent c37b824a
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ window.pixiPackerParser = function (PIXI) { ...@@ -48,7 +48,7 @@ window.pixiPackerParser = function (PIXI) {
var urlForManifest = resource.url.replace(loader.baseUrl, ""); var urlForManifest = resource.url.replace(loader.baseUrl, "");
var route = pathWithoutFile(urlForManifest); var route = pathWithoutFile(urlForManifest);
var resolution = resource.data.resolution; var resolution = 1;
if (resource.data.spritesheets.length && loader.progress === 100) { if (resource.data.spritesheets.length && loader.progress === 100) {
// This is a temporary workaround until a solution for https://github.com/englercj/resource-loader/pull/32 is found // This is a temporary workaround until a solution for https://github.com/englercj/resource-loader/pull/32 is found
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment