Skip to content

Commit ba107c3

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 5f221a8 + cd8f375 commit ba107c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/spine/src/SpineFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var SpineFile = new Class({
176176
{
177177
var textureURL = textures[i];
178178

179-
var key = this.prefix + textureURL;
179+
var key = textureURL;
180180

181181
var image = new ImageFile(loader, key, textureURL, textureXhrSettings);
182182

0 commit comments

Comments
 (0)