mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Remove unnecessary save
This commit is contained in:
parent
3e4b6a7fb0
commit
38c4fd8770
1 changed files with 0 additions and 3 deletions
|
@ -545,9 +545,6 @@ class Scene(object):
|
|||
if not self.skip_animations:
|
||||
self.file_writer.end_animation()
|
||||
|
||||
if self.inside_embed:
|
||||
self.save_state()
|
||||
|
||||
if self.skip_animations and self.window is not None:
|
||||
# Show some quick frames along the way
|
||||
self.update_frame(dt=0, ignore_skipping=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue