mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Merge branch '3.7' into 3.8-beta
This commit is contained in:
commit
daee73dce0
@ -649,6 +649,8 @@ static void _readVertices(spSkeletonBinary* self, _dataInput* input, spVertexAtt
|
||||
attachment->vertices = _readFloatArray(input, verticesLength, self->scale);
|
||||
attachment->bonesCount = 0;
|
||||
attachment->bones = 0;
|
||||
spFloatArray_dispose(weights);
|
||||
spFloatArray_dispose(bones);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user