removed leftover self.play

This commit is contained in:
Federico Galatolo
2021-06-18 20:05:27 +02:00
parent 1cc070db86
commit 43b9fa7cf7

View File

@ -19,7 +19,6 @@ class Slide(Scene):
self.current_animation += 1
def pause(self):
self.play(Wait(1.0 / config["frame_rate"]))
self.slides.append(dict(
type="slide",
start_animation=self.pause_start_animation,