manim
manim copied to clipboard
Minor Bug fixed: window's bg color now changing.
Bug Description
When using ManimGL in preview mode, the window background color was always Black irrespective of what background_color
is specified in the config
file
Proposed changes
Changed self.window.clear
in camera.py
file.