@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/bundled.module.js
CHANGED
|
@@ -85541,7 +85541,7 @@ function _instanceof1(left, right) {
|
|
|
85541
85541
|
}
|
|
85542
85542
|
};
|
|
85543
85543
|
_proto._getRootIndices = function _getRootIndices() {
|
|
85544
|
-
return this.data.scene.
|
|
85544
|
+
return this.data.scene.rootEntities;
|
|
85545
85545
|
};
|
|
85546
85546
|
_proto._handleRootEntity = function _handleRootEntity(index) {
|
|
85547
85547
|
this.scene.addRootEntity(this.context.entityInstances[index]);
|
|
@@ -91028,7 +91028,7 @@ EXT_texture_webp = __decorate([
|
|
|
91028
91028
|
], EXT_texture_webp);
|
|
91029
91029
|
|
|
91030
91030
|
//@ts-ignore
|
|
91031
|
-
var version = "2.0.0-alpha.
|
|
91031
|
+
var version = "2.0.0-alpha.32";
|
|
91032
91032
|
console.log("Galacean Engine Version: " + version);
|
|
91033
91033
|
for(var key in CoreObjects){
|
|
91034
91034
|
Loader.registerClass(key, CoreObjects[key]);
|