mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-15 03:21:35 +08:00
Merge branch '3.6' of https://github.com/EsotericSoftware/spine-runtimes into 3.6
This commit is contained in:
commit
7d90095aca
@ -51,7 +51,7 @@ void spVertexAttachment_computeWorldVertices (spVertexAttachment* self, spSlot*
|
||||
float* vertices;
|
||||
int* bones;
|
||||
|
||||
count += offset;
|
||||
count = offset + (count >> 1) * stride;
|
||||
skeleton = slot->bone->skeleton;
|
||||
deformLength = slot->attachmentVerticesCount;
|
||||
deform = slot->attachmentVertices;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user