mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 02:37:45 +00:00
Tiny change
This commit is contained in:
parent
3b26a6c260
commit
d1c6b80622
1 changed files with 1 additions and 1 deletions
|
|
@ -130,8 +130,8 @@ class Camera(object):
|
|||
CONFIG = {
|
||||
"background_image": None,
|
||||
"frame_config": {},
|
||||
"pixel_height": DEFAULT_PIXEL_HEIGHT,
|
||||
"pixel_width": DEFAULT_PIXEL_WIDTH,
|
||||
"pixel_height": DEFAULT_PIXEL_HEIGHT,
|
||||
"frame_rate": DEFAULT_FRAME_RATE,
|
||||
# Note: frame height and width will be resized to match
|
||||
# the pixel aspect ratio
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue