@galacean/engine 1.5.7 → 1.5.8
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
|
@@ -51166,7 +51166,7 @@
|
|
|
51166
51166
|
], EXT_texture_webp);
|
|
51167
51167
|
|
|
51168
51168
|
//@ts-ignore
|
|
51169
|
-
var version = "1.5.
|
|
51169
|
+
var version = "1.5.8";
|
|
51170
51170
|
console.log("Galacean Engine Version: " + version);
|
|
51171
51171
|
for(var key in CoreObjects){
|
|
51172
51172
|
Loader.registerClass(key, CoreObjects[key]);
|