Skip to content

Commit 19df7c9

Browse files
authored
Merge pull request adafruit#58 from cjsieh/cycle_complete
cycle_complete not triggered for Chase animation
2 parents 48ff1e8 + 1ce8780 commit 19df7c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_led_animation/animation/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def animate(self, show=True):
102102
anim.draw_count += 1
103103
anim.draw()
104104
anim.after_draw()
105-
anim.draw_count += 1
106105

107106
if show:
108107
for anim in self._peers:

0 commit comments

Comments
 (0)