浏览代码

[c] Fixed unused warning.

NathanSweet 9 年之前
父节点
当前提交
005861c242
共有 1 个文件被更改,包括 1 次插入0 次删除
  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],
 	spSlot_setAttachment(skeleton->slots[self->slotIndex],
 			attachmentName ? spSkeleton_getAttachmentForSlotIndex(skeleton, self->slotIndex, attachmentName) : 0);
 			attachmentName ? spSkeleton_getAttachmentForSlotIndex(skeleton, self->slotIndex, attachmentName) : 0);
 
 
+	UNUSED(lastTime);
 	UNUSED(firedEvents);
 	UNUSED(firedEvents);
 	UNUSED(eventsCount);
 	UNUSED(eventsCount);
 	UNUSED(alpha);
 	UNUSED(alpha);