@esotericsoftware/spine-webgl 4.3.3 → 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.
package/dist/esm/spine-webgl.mjs
CHANGED
|
@@ -11032,6 +11032,9 @@ var SkeletonClipping = class {
|
|
|
11032
11032
|
offset += polygonSize;
|
|
11033
11033
|
}
|
|
11034
11034
|
}
|
|
11035
|
+
this.clippedVerticesTyped = this._clippedVerticesTyped.subarray(0, this.clippedVerticesLength);
|
|
11036
|
+
this.clippedUVsTyped = this._clippedUVsTyped.subarray(0, this.clippedUVsLength);
|
|
11037
|
+
this.clippedTrianglesTyped = this._clippedTrianglesTyped.subarray(0, this.clippedTrianglesLength);
|
|
11035
11038
|
return true;
|
|
11036
11039
|
}
|
|
11037
11040
|
const clipOutput = this.clipOutput;
|