mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Update frame at the end of each checkpoint_paste
This commit is contained in:
parent
97643d788d
commit
11d19b6d57
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue