From 593dd38b458c6641ad6052e5a002e3d2862fc331 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sun, 3 Feb 2019 12:09:20 -0800 Subject: [PATCH] frame_duration -> frame_rate --- manimlib/camera/camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/camera/camera.py b/manimlib/camera/camera.py index ff3500a6..67fa2471 100644 --- a/manimlib/camera/camera.py +++ b/manimlib/camera/camera.py @@ -30,7 +30,7 @@ class Camera(object): "background_image": None, "pixel_height": DEFAULT_PIXEL_HEIGHT, "pixel_width": DEFAULT_PIXEL_WIDTH, - "frame_duration": DEFAULT_FRAME_DURATION, + "frame_rate": DEFAULT_FRAME_RATE, # Note: frame height and width will be resized to match # the pixel aspect ratio "frame_height": FRAME_HEIGHT,