We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5caa27 commit 3ef6011Copy full SHA for 3ef6011
1 file changed
plugins/spine/src/SpineFile.js
@@ -86,7 +86,7 @@ var SpineFile = new Class({
86
for (i = 0; i < atlasURL.length; i++)
87
{
88
atlas = new TextFile(loader, {
89
- key: key,
+ key: key + '_' + i,
90
url: atlasURL[i],
91
extension: GetFastValue(config, 'atlasExtension', 'atlas'),
92
xhrSettings: GetFastValue(config, 'atlasXhrSettings')
0 commit comments