Skip to content

Commit 0787c4f

Browse files
committed
Make sure framerate is 30 for previewed scenes
1 parent 0b7b3f4 commit 0787c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manimlib/scene/scene.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def __init__(self, **kwargs):
4545
from manimlib.window import Window
4646
self.window = Window(scene=self, **self.window_config)
4747
self.camera_config["ctx"] = self.window.ctx
48+
self.camera_config["frame_rate"] = 30 # Where's that 30 from?
4849
else:
4950
self.window = None
5051

0 commit comments

Comments
 (0)