From 128d6718ae81ec8dcd89799a44e7db779d96203d Mon Sep 17 00:00:00 2001 From: Federico Galatolo Date: Fri, 18 Jun 2021 21:19:16 +0200 Subject: [PATCH] automatically got to next Scene --- manim_presentation/present.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manim_presentation/present.py b/manim_presentation/present.py index 4564ceb..43a4603 100644 --- a/manim_presentation/present.py +++ b/manim_presentation/present.py @@ -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: