Correct field initialization order in spine (Xcode warnings).

This commit is contained in:
Vladimir Timofeev 2015-05-01 12:20:11 +03:00
parent 0aecc15a25
commit 912956a3b3
1 changed files with 1 additions and 1 deletions

View File

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