diff --git a/spine-c/src/spine/Animation.c b/spine-c/src/spine/Animation.c index da535aa9b..8012d408b 100644 --- a/spine-c/src/spine/Animation.c +++ b/spine-c/src/spine/Animation.c @@ -521,6 +521,7 @@ void _spAttachmentTimeline_apply (const spTimeline* timeline, spSkeleton* skelet spSlot_setAttachment(skeleton->slots[self->slotIndex], attachmentName ? spSkeleton_getAttachmentForSlotIndex(skeleton, self->slotIndex, attachmentName) : 0); + UNUSED(lastTime); UNUSED(firedEvents); UNUSED(eventsCount); UNUSED(alpha);