mirror of
https://github.com/wassname/phaser.git
synced 2026-07-11 00:40:20 +08:00
Updating and fixing tests
This commit is contained in:
@@ -413,6 +413,8 @@ module Phaser {
|
||||
this._fileList[key].loaded = true;
|
||||
this._fileList[key].error = true;
|
||||
|
||||
throw new Error("Phaser.Loader error loading file: " + key);
|
||||
|
||||
this.nextFile(key, false);
|
||||
|
||||
}
|
||||
@@ -531,6 +533,8 @@ module Phaser {
|
||||
|
||||
file.error = true;
|
||||
|
||||
throw new Error("Phaser.Loader dataLoadError: " + key);
|
||||
|
||||
this.nextFile(key, true);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user