black...
This commit is contained in:
parent
6c7ef3aaac
commit
6433e785db
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class Comet(Animation):
|
|||
if start <= 0:
|
||||
num_visible = self._tail_length + start
|
||||
self.pixel_object[0:num_visible] = colors[
|
||||
self._tail_length - num_visible:
|
||||
self._tail_length - num_visible :
|
||||
]
|
||||
else:
|
||||
self.pixel_object[start : start + end] = colors[0:end]
|
||||
|
|
|
|||
Loading…
Reference in a new issue