Ensure scene properly updates on an embed

This commit is contained in:
Grant Sanderson 2024-08-19 21:49:39 -05:00
parent 0b2c59ac6b
commit 08e33faab8

View file

@ -216,7 +216,7 @@ class Scene(object):
# Embed is only relevant with a preview
return
self.stop_skipping()
self.update_frame()
self.update_frame(force_draw=True)
self.save_state()
self.show_animation_progress = show_animation_progress