mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
After running 2to3
This commit is contained in:
@ -292,7 +292,7 @@ class MainBreakdown(Scene):
|
||||
Animation(hash_names)
|
||||
)
|
||||
self.play(get_passing_flash(), Animation(hash_names))
|
||||
self.play(*map(FadeOut, [name, hash_names]))
|
||||
self.play(*list(map(FadeOut, [name, hash_names])))
|
||||
|
||||
self.gpu = gpu
|
||||
self.rate_words = rate_words
|
||||
|
Reference in New Issue
Block a user