mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[xna] Match change in SkeletonClipping.IsClipping
This commit is contained in:
parent
f2bac04e43
commit
e6aebf2754
@ -173,7 +173,7 @@ namespace Spine {
|
||||
darkColor.A = premultipliedAlpha ? (byte)255 : (byte)0;
|
||||
|
||||
// clip
|
||||
if (clipper.IsClipping()) {
|
||||
if (clipper.IsClipping) {
|
||||
clipper.ClipTriangles(vertices, verticesCount << 1, indices, indicesCount, uvs);
|
||||
vertices = clipper.ClippedVertices.Items;
|
||||
verticesCount = clipper.ClippedVertices.Count >> 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user