@galacean/effects-core 1.1.6 → 1.1.7

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/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects runtime core for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v1.1.6
6
+ * Version: v1.1.7
7
7
  */
8
8
 
9
9
  'use strict';
@@ -29301,7 +29301,7 @@ var CompositionSourceManager = /** @class */ (function () {
29301
29301
  }
29302
29302
  // 处理预合成的渲染顺序
29303
29303
  if (option.type === ItemType$1.composition) {
29304
- ++_this.mask;
29304
+ _this.mask++;
29305
29305
  var refId = item.content.options.refId;
29306
29306
  if (!_this.refCompositions.get(refId)) {
29307
29307
  throw new Error('Invalid Ref Composition id: ' + refId);
@@ -29311,7 +29311,6 @@ var CompositionSourceManager = /** @class */ (function () {
29311
29311
  _this.refCompositionProps.set(refId, ref);
29312
29312
  }
29313
29313
  ref.items.forEach(function (item) {
29314
- item.listIndex = listOrder++;
29315
29314
  _this.processMask(item.content);
29316
29315
  });
29317
29316
  option.items = ref.items;