mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Tiny bug fix to old_projects/clacks/question.py
This commit is contained in:
parent
b2c7e83843
commit
37164a640e
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ class ClackFlashes(VGroup):
|
|||
continue
|
||||
last_time = time
|
||||
flash = Flash(location, **self.flash_config)
|
||||
flash.begin()
|
||||
for sm in flash.mobject.family_members_with_points():
|
||||
if isinstance(sm, VMobject):
|
||||
sm.set_stroke(YELLOW, 3)
|
||||
|
|
Loading…
Add table
Reference in a new issue