Bläddra i källkod

[c] Fixed unused warning.

NathanSweet 9 år sedan
förälder
incheckning
005861c242
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      spine-c/src/spine/Animation.c

+ 1 - 0
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);