mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[cocos2d-x] Closes #984.
This commit is contained in:
parent
e296d4c127
commit
083e696220
@ -269,6 +269,7 @@ void SkeletonRenderer::draw (Renderer* renderer, const Mat4& transform, uint32_t
|
|||||||
case SP_ATTACHMENT_CLIPPING: {
|
case SP_ATTACHMENT_CLIPPING: {
|
||||||
spClippingAttachment* clip = (spClippingAttachment*)slot->attachment;
|
spClippingAttachment* clip = (spClippingAttachment*)slot->attachment;
|
||||||
spSkeletonClipping_clipStart(_clipper, slot, clip);
|
spSkeletonClipping_clipStart(_clipper, slot, clip);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
spSkeletonClipping_clipEnd(_clipper, slot);
|
spSkeletonClipping_clipEnd(_clipper, slot);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user