Remove unnecessary save

This commit is contained in:
Grant Sanderson 2022-12-18 11:54:57 -08:00
parent 3e4b6a7fb0
commit 38c4fd8770

View file

@ -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)