@galacean/engine 1.2.0-alpha.10 → 1.2.0-alpha.11
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/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +5 -5
package/dist/browser.js
CHANGED
|
@@ -44760,7 +44760,7 @@
|
|
|
44760
44760
|
], KHR_materials_anisotropy);
|
|
44761
44761
|
|
|
44762
44762
|
//@ts-ignore
|
|
44763
|
-
var version = "1.2.0-alpha.
|
|
44763
|
+
var version = "1.2.0-alpha.11";
|
|
44764
44764
|
console.log("Galacean engine version: " + version);
|
|
44765
44765
|
for(var key in CoreObjects){
|
|
44766
44766
|
Loader.registerClass(key, CoreObjects[key]);
|