mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Small addition for clarity
This commit is contained in:
parent
abccb4aa8b
commit
ecb9184e1a
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ class Scene(Container):
|
|||
self.update_mobjects(dt)
|
||||
self.update_frame()
|
||||
self.add_frames(self.get_frame())
|
||||
if stop_condition and stop_condition():
|
||||
if stop_condition is not None and stop_condition():
|
||||
time_progression.close()
|
||||
break
|
||||
elif self.skip_animations:
|
||||
|
|
Loading…
Add table
Reference in a new issue