@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 CHANGED
@@ -85547,7 +85547,7 @@
85547
85547
  }
85548
85548
  };
85549
85549
  _proto._getRootIndices = function _getRootIndices() {
85550
- return this.data.scene.entities;
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.31";
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]);