mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +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;
|
||||
for (timelineArray = slotMap->child; timelineArray; timelineArray = timelineArray->next) {
|
||||
Json* frame;
|
||||
int verticesCount;
|
||||
int verticesCount = 0;
|
||||
float* tempVertices;
|
||||
spFFDTimeline *timeline;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user