@esotericsoftware/spine-core 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/SkeletonClipping.js +4 -1
- package/dist/esm/spine-core.min.mjs +2 -2
- package/dist/esm/spine-core.mjs +3 -0
- package/dist/esm/spine-core.mjs.map +2 -2
- package/dist/iife/spine-core.js +3 -0
- package/dist/iife/spine-core.js.map +2 -2
- package/dist/iife/spine-core.min.js +2 -2
- package/package.json +1 -1
package/dist/iife/spine-core.js
CHANGED
|
@@ -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;
|