Skip to content

Commit 3ef6011

Browse files
committed
adding index to spine atlases when loading through asset pack
1 parent b5caa27 commit 3ef6011

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
@@ -86,7 +86,7 @@ var SpineFile = new Class({
8686
for (i = 0; i < atlasURL.length; i++)
8787
{
8888
atlas = new TextFile(loader, {
89-
key: key,
89+
key: key + '_' + i,
9090
url: atlasURL[i],
9191
extension: GetFastValue(config, 'atlasExtension', 'atlas'),
9292
xhrSettings: GetFastValue(config, 'atlasXhrSettings')

0 commit comments

Comments
 (0)