mirror of https://github.com/axmolengine/axmol.git
Correct field initialization order in spine (Xcode warnings).
This commit is contained in:
parent
0aecc15a25
commit
912956a3b3
|
@ -53,7 +53,7 @@ typedef struct spSlot {
|
||||||
spSlot() :
|
spSlot() :
|
||||||
data(0),
|
data(0),
|
||||||
bone(0),
|
bone(0),
|
||||||
r(0), b(0), g(0), a(0),
|
r(0), g(0), b(0), a(0),
|
||||||
attachment(0),
|
attachment(0),
|
||||||
attachmentVerticesCapacity(0),
|
attachmentVerticesCapacity(0),
|
||||||
attachmentVerticesCount(0),
|
attachmentVerticesCount(0),
|
||||||
|
|
Loading…
Reference in New Issue