Skip to content

Commit 80df367

Browse files
committed
fixed spine texture bug when using prefixes
1 parent e9d07ca commit 80df367

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)