@esotericsoftware/spine-core 4.3.2 → 4.3.4

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.
@@ -11216,6 +11216,9 @@ ${error}` : ""}`);
11216
11216
  offset += polygonSize;
11217
11217
  }
11218
11218
  }
11219
+ this.clippedVerticesTyped = this._clippedVerticesTyped.subarray(0, this.clippedVerticesLength);
11220
+ this.clippedUVsTyped = this._clippedUVsTyped.subarray(0, this.clippedUVsLength);
11221
+ this.clippedTrianglesTyped = this._clippedTrianglesTyped.subarray(0, this.clippedTrianglesLength);
11219
11222
  return true;
11220
11223
  }
11221
11224
  const clipOutput = this.clipOutput;