Wait on start for presenter mode

This commit is contained in:
Grant Sanderson 2022-04-28 12:15:00 -06:00
parent ed5a435852
commit 7f94a401a8

View file

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