Merge remote-tracking branch 'origin/master'

This commit is contained in:
NathanSweet 2016-02-17 02:01:59 +01:00
commit 4758bc713c

View File

@ -114,7 +114,7 @@ namespace Spine {
worldVertices[w + 1] = wy + y;
}
} else {
float[] ffd = slot.AttachmentVertices;
float[] ffd = slot.attachmentVertices;
for (int w = 0, v = 0, b = 0, f = 0, n = bones.Length; v < n; w += 2) {
float wx = 0, wy = 0;
int nn = bones[v++] + v;