mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Update frame at the end of each checkpoint_paste
This commit is contained in:
@ -199,6 +199,7 @@ class Scene(object):
|
||||
self.checkpoint(line0)
|
||||
else:
|
||||
self.revert_to_checkpoint(line0)
|
||||
self.update_frame(dt=0)
|
||||
if skip:
|
||||
originally_skip = self.skip_animations
|
||||
self.skip_animations = True
|
||||
|
Reference in New Issue
Block a user