@sepveneto/dao 0.1.1 → 0.1.2

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/dao.js CHANGED
@@ -1288,7 +1288,7 @@ var _RenderGroupSystem, RenderGroupSystem = class {
1288
1288
  }
1289
1289
  _updateRenderGroup(n) {
1290
1290
  let j = this.renderer, M = j.renderPipes;
1291
- n.instructionSet.renderPipes = M, n.structureDidChange ? clearList(n.childrenRenderablesToUpdate.list, 0) : validateRenderables(n, M), updateRenderGroupTransform(n), n.structureDidChange && (n.structureDidChange = !1, this._buildInstructions(n, j));
1291
+ n.instructionSet.renderPipes = M, n.structureDidChange ? clearList(n.childrenRenderablesToUpdate.list, 0) : validateRenderables(n, M), updateRenderGroupTransform(n), n.structureDidChange && (n.structureDidChange = !1, this._buildInstructions(n, j)), n.childrenRenderablesToUpdate.index = 0;
1292
1292
  }
1293
1293
  render({ container: n, transform: j }) {
1294
1294
  let M = this.renderer;