mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Update LoaderPlugin.js
This commit is contained in:
parent
ffa54fe1c1
commit
993562d803
1 changed files with 1 additions and 0 deletions
|
@ -619,6 +619,7 @@ var LoaderPlugin = new Class({
|
|||
if (typeof(packKey) === 'string')
|
||||
{
|
||||
var subPack = GetValue(pack, packKey);
|
||||
|
||||
if (subPack)
|
||||
{
|
||||
pack = { packKey: subPack };
|
||||
|
|
Loading…
Reference in a new issue