@galacean/engine 1.4.3 → 1.4.4
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
|
@@ -49983,7 +49983,7 @@
|
|
|
49983
49983
|
], EXT_texture_webp);
|
|
49984
49984
|
|
|
49985
49985
|
//@ts-ignore
|
|
49986
|
-
var version = "1.4.
|
|
49986
|
+
var version = "1.4.4";
|
|
49987
49987
|
console.log("Galacean Engine Version: " + version);
|
|
49988
49988
|
for(var key in CoreObjects){
|
|
49989
49989
|
Loader.registerClass(key, CoreObjects[key]);
|