Merge pull request #632 from ekelokorpi/dev
Fixed AssetLoader undefined evt.loader
This commit is contained in:
commit
67db97c924
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ PIXI.AssetLoader.prototype.load = function()
|
|||
var scope = this;
|
||||
|
||||
function onLoad(evt) {
|
||||
scope.onAssetLoaded(evt.loader);
|
||||
scope.onAssetLoaded(evt.content);
|
||||
}
|
||||
|
||||
this.loadCount = this.assetURLs.length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue