@galacean/engine-loader 2.0.0-alpha.31 → 2.0.0-alpha.33

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/main.js CHANGED
@@ -1534,7 +1534,7 @@ function _instanceof(left, right) {
1534
1534
  }
1535
1535
  };
1536
1536
  _proto._getRootIndices = function _getRootIndices() {
1537
- return this.data.scene.entities;
1537
+ return this.data.scene.rootEntities;
1538
1538
  };
1539
1539
  _proto._handleRootEntity = function _handleRootEntity(index) {
1540
1540
  this.scene.addRootEntity(this.context.entityInstances[index]);