mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
fixed spine texture bug when using prefixes
This commit is contained in:
parent
e9d07ca8f8
commit
80df367113
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ var SpineFile = new Class({
|
|||
{
|
||||
var textureURL = textures[i];
|
||||
|
||||
var key = this.prefix + textureURL;
|
||||
var key = textureURL;
|
||||
|
||||
var image = new ImageFile(loader, key, textureURL, textureXhrSettings);
|
||||
|
||||
|
|
Loading…
Reference in a new issue