Remove unnecessary close of ProgressDisplay

This commit is contained in:
Grant Sanderson 2022-03-30 13:14:29 -07:00
parent df2d465140
commit e74cb85182

View file

@ -538,7 +538,6 @@ class Scene(object):
self.update_frame(dt)
self.emit_frame()
if stop_condition is not None and stop_condition():
time_progression.close()
break
self.unlock_mobject_data()
return self