mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +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 textureURL = textures[i];
|
||||||
|
|
||||||
var key = this.prefix + textureURL;
|
var key = textureURL;
|
||||||
|
|
||||||
var image = new ImageFile(loader, key, textureURL, textureXhrSettings);
|
var image = new ImageFile(loader, key, textureURL, textureXhrSettings);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue