mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 21:29:07 +08:00
Merge branch 'origin/master'
This commit is contained in:
commit
37ee75a424
@ -219,7 +219,7 @@ void _spAnimationState_setCurrent (spAnimationState* self, int index, spTrackEnt
|
|||||||
|
|
||||||
self->tracks[index] = entry;
|
self->tracks[index] = entry;
|
||||||
|
|
||||||
if (entry->listener) current->listener(self, index, ANIMATION_START, 0, 0);
|
if (entry->listener) entry->listener(self, index, ANIMATION_START, 0, 0);
|
||||||
if (self->listener) self->listener(self, index, ANIMATION_START, 0, 0);
|
if (self->listener) self->listener(self, index, ANIMATION_START, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user