automatically got to next Scene

This commit is contained in:
Federico Galatolo
2021-06-18 21:19:16 +02:00
parent 22cbb7ec94
commit 128d6718ae

View File

@ -125,7 +125,7 @@ class Presentation:
state = State.PLAYING
self.rewind_slide()
elif self.current_slide["type"] == "last":
state = State.WAIT
self.current_slide["terminated"] = True
elif self.current_slide["type"] == "last" and self.current_slide["end_animation"] == self.current_animation:
state = State.WAIT
else: