Merge branch 'origin/master'

This commit is contained in:
NathanSweet 2014-02-05 17:17:48 +01:00
commit 37ee75a424

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