Updated documentation.

This commit is contained in:
photonstorm
2013-11-28 15:57:09 +00:00
parent 8da9b67c18
commit f22159e257
193 changed files with 68905 additions and 93104 deletions
+2 -1
View File
@@ -934,9 +934,10 @@ Phaser.Loader.prototype = {
return;
}
this._fileList[index].loaded = true;
var file = this._fileList[index];
file.loaded = true;
var loadNext = true;
var _this = this;