Skip to content

Commit

Permalink
Merge pull request #58 from cjsieh/cycle_complete
Browse files Browse the repository at this point in the history
cycle_complete not triggered for Chase animation
  • Loading branch information
rhooper authored Jun 27, 2020
2 parents 48ff1e8 + 1ce8780 commit 19df7c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_led_animation/animation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def animate(self, show=True):
anim.draw_count += 1
anim.draw()
anim.after_draw()
anim.draw_count += 1

if show:
for anim in self._peers:
Expand Down

0 comments on commit 19df7c9

Please sign in to comment.