@urso/core 0.8.20-dev → 0.8.22

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.
@@ -149,12 +149,11 @@ object-assign
149
149
  */
150
150
 
151
151
  /*!
152
- * GSAP 3.12.7
152
+ * GSAP 3.13.0
153
153
  * https://gsap.com
154
154
  *
155
155
  * @license Copyright 2008-2025, GreenSock. All rights reserved.
156
- * Subject to the terms at https://gsap.com/standard-license or for
157
- * Club GSAP members, the agreement issued with that membership.
156
+ * Subject to the terms at https://gsap.com/standard-license
158
157
  * @author: Jack Doyle, jack@greensock.com
159
158
  */
160
159
 
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.22",
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...');