@esotericsoftware/spine-webgl 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.
package/dist/iife/spine-webgl.js
CHANGED
|
@@ -11259,6 +11259,9 @@ ${error}` : ""}`);
|
|
|
11259
11259
|
offset += polygonSize;
|
|
11260
11260
|
}
|
|
11261
11261
|
}
|
|
11262
|
+
this.clippedVerticesTyped = this._clippedVerticesTyped.subarray(0, this.clippedVerticesLength);
|
|
11263
|
+
this.clippedUVsTyped = this._clippedUVsTyped.subarray(0, this.clippedUVsLength);
|
|
11264
|
+
this.clippedTrianglesTyped = this._clippedTrianglesTyped.subarray(0, this.clippedTrianglesLength);
|
|
11262
11265
|
return true;
|
|
11263
11266
|
}
|
|
11264
11267
|
const clipOutput = this.clipOutput;
|