mirror of
https://github.com/wassname/phaser.git
synced 2026-08-08 11:23:41 +08:00
Updated documentation.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user