fix copy-paste error

This commit is contained in:
Tadas Miceika 2013-12-02 17:18:07 +02:00
parent ad6a3a0736
commit 1163376227

View File

@ -219,7 +219,7 @@ void _spAnimationState_setCurrent (spAnimationState* self, int index, spTrackEnt
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);
}