mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Remove unnecessary close of ProgressDisplay
This commit is contained in:
parent
df2d465140
commit
e74cb85182
1 changed files with 0 additions and 1 deletions
|
@ -538,7 +538,6 @@ class Scene(object):
|
||||||
self.update_frame(dt)
|
self.update_frame(dt)
|
||||||
self.emit_frame()
|
self.emit_frame()
|
||||||
if stop_condition is not None and stop_condition():
|
if stop_condition is not None and stop_condition():
|
||||||
time_progression.close()
|
|
||||||
break
|
break
|
||||||
self.unlock_mobject_data()
|
self.unlock_mobject_data()
|
||||||
return self
|
return self
|
||||||
|
|
Loading…
Add table
Reference in a new issue