Skip to content
Snippets Groups Projects
Commit 10bf01e1 authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

removed encodeURIComponent from detail url

parent 33a1074d
No related branches found
No related tags found
No related merge requests found
......@@ -798,7 +798,7 @@ function Canvas() {
}
// console.log("load", d)
var url = encodeURIComponent(config.loader.textures.detail.url + d.id + '.jpg')
var url = config.loader.textures.detail.url + d.id + '.jpg'
var texture = new PIXI.Texture.fromImage(url, true)
var sprite = new PIXI.Sprite(texture);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment