@galacean/engine 2.0.0-alpha.31 → 2.0.0-alpha.32
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 +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/bundled.module.js +2 -2
- package/dist/bundled.module.js.map +1 -1
- package/dist/bundled.module.min.js +1 -1
- package/dist/bundled.module.min.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +6 -6
package/dist/browser.js
CHANGED
|
@@ -85547,7 +85547,7 @@
|
|
|
85547
85547
|
}
|
|
85548
85548
|
};
|
|
85549
85549
|
_proto._getRootIndices = function _getRootIndices() {
|
|
85550
|
-
return this.data.scene.
|
|
85550
|
+
return this.data.scene.rootEntities;
|
|
85551
85551
|
};
|
|
85552
85552
|
_proto._handleRootEntity = function _handleRootEntity(index) {
|
|
85553
85553
|
this.scene.addRootEntity(this.context.entityInstances[index]);
|
|
@@ -91034,7 +91034,7 @@
|
|
|
91034
91034
|
], EXT_texture_webp);
|
|
91035
91035
|
|
|
91036
91036
|
//@ts-ignore
|
|
91037
|
-
var version = "2.0.0-alpha.
|
|
91037
|
+
var version = "2.0.0-alpha.32";
|
|
91038
91038
|
console.log("Galacean Engine Version: " + version);
|
|
91039
91039
|
for(var key in CoreObjects){
|
|
91040
91040
|
Loader.registerClass(key, CoreObjects[key]);
|