mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Merge pull request #2204 from tfelix/master
Asset packs are now correctly spliced between waiting files.
This commit is contained in:
commit
92dae1951b
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ Phaser.Loader.prototype = {
|
|||
|
||||
if (!file || (!file.loaded && !file.loading && file.type !== 'packfile'))
|
||||
{
|
||||
this._fileList.splice(i, 1, pack);
|
||||
this._fileList.splice(i, 0, pack);
|
||||
this._totalPackCount++;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue