Halfway through eoc9

This commit is contained in:
Grant Sanderson
2017-04-18 18:37:15 -07:00
parent 4a9c6a8012
commit fbb1156108
5 changed files with 1138 additions and 27 deletions

View File

@ -75,7 +75,7 @@ class Write(ShowCreation):
if "run_time" not in kwargs:
self.establish_run_time(mobject)
if "lag_factor" not in kwargs:
if len(mobject.family_members_with_points()) < 3:
if len(mobject.family_members_with_points()) < 4:
min_lag_factor = 1
else:
min_lag_factor = 2