Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.6' into 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Jul 31, 2017
2 parents 942fb49 + 3b61897 commit 83dffa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-c/spine-c/src/spine/AnimationState.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,6 @@ spTrackEntry* _spTrackEntry_setTimelineData(spTrackEntry* self, spTrackEntry* to
spTrackEntryArray_clear(self->timelineDipMix);
timelineDipMix = spTrackEntryArray_setSize(self->timelineDipMix, timelinesCount)->items;

outer:
for (i = 0; i < timelinesCount; i++) {
int id = spTimeline_getPropertyId(timelines[i]);
if (!_spAnimationState_addPropertyID(state, id))
Expand All @@ -922,5 +921,6 @@ spTrackEntry* _spTrackEntry_setTimelineData(spTrackEntry* self, spTrackEntry* to
timelineData[i] = DIP;
}
}
outer:
return lastEntry;
}

0 comments on commit 83dffa7

Please sign in to comment.