@urso/core 0.8.20-dev → 0.8.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urso/core",
3
- "version": "0.8.20-dev",
3
+ "version": "0.8.21",
4
4
  "description": "HTML5 game engine",
5
5
  "main": "build/js/index.js",
6
6
  "author": "Megbrimef",
@@ -205,7 +205,7 @@ class LibLoader {
205
205
  this._loader.reset();
206
206
  this._isRunning = false;
207
207
  this._lastLoadFailed = true;
208
- this._errorCallback();
208
+ this._errorCallback(error);
209
209
 
210
210
  if (this._reloadOnError) {
211
211
  Urso.logger.warn('LibLoader all assets RELOAD...');