Tiny bug fix to old_projects/clacks/question.py

This commit is contained in:
Grant Sanderson 2019-02-16 12:49:51 -08:00
parent b2c7e83843
commit 37164a640e

View file

@ -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)