[cocos2d-x] Closes #984.

This commit is contained in:
badlogic 2017-09-11 15:24:56 +02:00
parent e296d4c127
commit 083e696220

View File

@ -269,6 +269,7 @@ void SkeletonRenderer::draw (Renderer* renderer, const Mat4& transform, uint32_t
case SP_ATTACHMENT_CLIPPING: {
spClippingAttachment* clip = (spClippingAttachment*)slot->attachment;
spSkeletonClipping_clipStart(_clipper, slot, clip);
continue;
}
default:
spSkeletonClipping_clipEnd(_clipper, slot);