mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Make sure framerate is 30 for previewed scenes
This commit is contained in:
@ -45,6 +45,7 @@ class Scene(object):
|
||||
from manimlib.window import Window
|
||||
self.window = Window(scene=self, **self.window_config)
|
||||
self.camera_config["ctx"] = self.window.ctx
|
||||
self.camera_config["frame_rate"] = 30 # Where's that 30 from?
|
||||
else:
|
||||
self.window = None
|
||||
|
||||
|
Reference in New Issue
Block a user