[c] Fixed unused warning.

This commit is contained in:
NathanSweet 2016-07-06 12:16:29 +02:00
parent a86681a909
commit 005861c242

View File

@ -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);