Update frame at the end of each checkpoint_paste

This commit is contained in:
Grant Sanderson 2022-05-11 12:47:42 -07:00
parent 97643d788d
commit 11d19b6d57

View file

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