We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7b3f4 commit 0787c4fCopy full SHA for 0787c4f
manimlib/scene/scene.py
@@ -45,6 +45,7 @@ def __init__(self, **kwargs):
45
from manimlib.window import Window
46
self.window = Window(scene=self, **self.window_config)
47
self.camera_config["ctx"] = self.window.ctx
48
+ self.camera_config["frame_rate"] = 30 # Where's that 30 from?
49
else:
50
self.window = None
51
0 commit comments