mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Warning.
This commit is contained in:
parent
d5a52177f3
commit
a62b1ff0f2
@ -227,7 +227,7 @@ static spAnimation* _spSkeletonJson_readAnimation (spSkeletonJson* self, Json* r
|
|||||||
Json* timelineArray;
|
Json* timelineArray;
|
||||||
for (timelineArray = slotMap->child; timelineArray; timelineArray = timelineArray->next) {
|
for (timelineArray = slotMap->child; timelineArray; timelineArray = timelineArray->next) {
|
||||||
Json* frame;
|
Json* frame;
|
||||||
int verticesCount;
|
int verticesCount = 0;
|
||||||
float* tempVertices;
|
float* tempVertices;
|
||||||
spFFDTimeline *timeline;
|
spFFDTimeline *timeline;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user