Merge pull request #161 from tadas-miceika/master

fix copy-paste error
This commit is contained in:
Nathan Sweet 2014-02-05 16:42:21 +01:00
commit 29ff735384

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);
}