mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Replaced background_alpha with background_opacity
This commit is contained in:
@ -4958,7 +4958,7 @@ class KeeperAndSailorForSineProduct(KeeperAndSailor):
|
||||
|
||||
class Conclusion(TeacherStudentsScene):
|
||||
CONFIG = {
|
||||
"camera_config": {"background_alpha": 255},
|
||||
"camera_config": {"background_opacity": 1},
|
||||
}
|
||||
|
||||
def construct(self):
|
||||
|
Reference in New Issue
Block a user