remove check for looping animation

This commit is contained in:
jmyers0022 2017-03-16 08:45:54 -06:00
parent f788f45081
commit dd197d66fc

View File

@ -355,8 +355,7 @@
# pragma mark - Display Link
- (void)startDisplayLink {
if (_animationState.animationIsPlaying == NO ||
_animationState.loopAnimation) {
if (_animationState.animationIsPlaying == NO) {
return;
}