From 912956a3b3969ee14576b85037c7eb4adfa9abe2 Mon Sep 17 00:00:00 2001 From: Vladimir Timofeev Date: Fri, 1 May 2015 12:20:11 +0300 Subject: [PATCH] Correct field initialization order in spine (Xcode warnings). --- cocos/editor-support/spine/Slot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/editor-support/spine/Slot.h b/cocos/editor-support/spine/Slot.h index 21ac760613..93cf570523 100644 --- a/cocos/editor-support/spine/Slot.h +++ b/cocos/editor-support/spine/Slot.h @@ -53,7 +53,7 @@ typedef struct spSlot { spSlot() : data(0), bone(0), - r(0), b(0), g(0), a(0), + r(0), g(0), b(0), a(0), attachment(0), attachmentVerticesCapacity(0), attachmentVerticesCount(0),