mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Wait on start for presenter mode
This commit is contained in:
parent
ed5a435852
commit
7f94a401a8
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ class Scene(object):
|
|||
self.file_writer.begin()
|
||||
|
||||
self.setup()
|
||||
if self.presenter_mode:
|
||||
self.wait()
|
||||
try:
|
||||
self.construct()
|
||||
except (EndSceneEarlyException, KeyboardInterrupt):
|
||||
|
|
Loading…
Add table
Reference in a new issue