mage-engine 3.23.29 → 3.23.31
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/dist/mage.js +2 -5
- package/package.json +1 -1
package/dist/mage.js
CHANGED
|
@@ -58426,7 +58426,7 @@ function applyMiddleware() {
|
|
|
58426
58426
|
|
|
58427
58427
|
var thunk = createThunkMiddleware();
|
|
58428
58428
|
thunk.withExtraArgument = createThunkMiddleware;var name = "mage-engine";
|
|
58429
|
-
var version$1 = "3.23.
|
|
58429
|
+
var version$1 = "3.23.31";
|
|
58430
58430
|
var description = "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.";
|
|
58431
58431
|
var main = "dist/mage.js";
|
|
58432
58432
|
var author$1 = {
|
|
@@ -76365,10 +76365,7 @@ var buildFBXLoader = function buildFBXLoader() {
|
|
|
76365
76365
|
|
|
76366
76366
|
scope.manager.itemError(url);
|
|
76367
76367
|
}
|
|
76368
|
-
}, onProgress,
|
|
76369
|
-
errors.push(err.message);
|
|
76370
|
-
onError(err);
|
|
76371
|
-
});
|
|
76368
|
+
}, onProgress, onError);
|
|
76372
76369
|
}
|
|
76373
76370
|
}, {
|
|
76374
76371
|
key: "parse",
|