mirror of
https://github.com/wassname/phaser.git
synced 2026-08-03 13:10:25 +08:00
Testing some new Camera tricks.
This commit is contained in:
@@ -733,7 +733,7 @@ Phaser.Loader.prototype = {
|
||||
|
||||
this.onFileError.dispatch(key);
|
||||
|
||||
console.warn("Phaser.Loader error loading file: " + key);
|
||||
console.warn("Phaser.Loader error loading file: " + key + ' from URL ' + this._fileList[key].url);
|
||||
|
||||
this.nextFile(key, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user