mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Fixed TeacherStudentScene bug
This commit is contained in:
@ -39,7 +39,7 @@ class PiCreatureScene(Scene):
|
||||
}
|
||||
|
||||
def setup(self):
|
||||
self.pi_creatures = self.create_pi_creatures()
|
||||
self.pi_creatures = VGroup(*self.create_pi_creatures())
|
||||
self.pi_creature = self.get_primary_pi_creature()
|
||||
if self.pi_creatures_start_on_screen:
|
||||
self.add(*self.pi_creatures)
|
||||
|
Reference in New Issue
Block a user