@galacean/engine 1.5.13 → 1.5.14
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/browser.js +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/main.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +5 -5
package/dist/browser.js
CHANGED
|
@@ -51238,7 +51238,7 @@
|
|
|
51238
51238
|
], EXT_texture_webp);
|
|
51239
51239
|
|
|
51240
51240
|
//@ts-ignore
|
|
51241
|
-
var version = "1.5.
|
|
51241
|
+
var version = "1.5.14";
|
|
51242
51242
|
console.log("Galacean Engine Version: " + version);
|
|
51243
51243
|
for(var key in CoreObjects){
|
|
51244
51244
|
Loader.registerClass(key, CoreObjects[key]);
|