mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Random fixes to some old_projects
This commit is contained in:
@ -158,7 +158,7 @@ class ShowEmergingEllipse(Scene):
|
||||
|
||||
fade_rect = FullScreenFadeRectangle()
|
||||
|
||||
line = lines[len(lines) / 5]
|
||||
line = lines[len(lines) // 5]
|
||||
line_dot = Dot(line.get_center(), color=YELLOW)
|
||||
line_dot.scale(0.5)
|
||||
|
||||
|
Reference in New Issue
Block a user