mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Have banner remember pis
This commit is contained in:
parent
a232c32756
commit
adac5690b7
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ class Banner(Scene):
|
|||
pis.set_height(self.pi_height)
|
||||
pis.arrange(RIGHT, aligned_edge=DOWN)
|
||||
pis.move_to(self.pi_bottom, DOWN)
|
||||
self.pis = pis
|
||||
self.add(pis)
|
||||
|
||||
if self.use_date:
|
||||
|
|
Loading…
Add table
Reference in a new issue