mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Load images from atlas path.
This commit is contained in:
parent
35e8377869
commit
294adfc707
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ var SpineFile = new Class({
|
|||
var currentPrefix = loader.prefix;
|
||||
|
||||
var baseURL = GetFastValue(config, 'baseURL', this.baseURL);
|
||||
var path = GetFastValue(config, 'path', this.path);
|
||||
var path = GetFastValue(config, 'path', file.src.match(/^.*\//))[0];
|
||||
var prefix = GetFastValue(config, 'prefix', this.prefix);
|
||||
var textureXhrSettings = GetFastValue(config, 'textureXhrSettings');
|
||||
|
||||
|
|
Loading…
Reference in a new issue