viral-viewer-2 4.1.7 → 4.1.8

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.
@@ -34042,7 +34042,7 @@ which can be placed in CurveUtils.
34042
34042
  return buffer;
34043
34043
  }
34044
34044
  function progressGeometries(json) {
34045
- result = [];
34045
+ let result = [];
34046
34046
  for (let index = 0; index < json.Solids.length; index++) {
34047
34047
  const element = json.Solids[index];
34048
34048
  let buffer = addMesh(element.Indices, element.Vertices);