mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fix bug with eyes
This commit is contained in:
parent
0b0dbcb5d8
commit
c8befa5b9a
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ class PiCreature(SVGMobject):
|
||||||
new_pupil.move_to(pupil)
|
new_pupil.move_to(pupil)
|
||||||
pupil.become(new_pupil)
|
pupil.become(new_pupil)
|
||||||
dot.shift(
|
dot.shift(
|
||||||
new_pupil.get_boundary_point(UL) -
|
new_pupil.point_from_proportion(3 / 8) -
|
||||||
dot.get_boundary_point(UL)
|
dot.point_from_proportion(3 / 8)
|
||||||
)
|
)
|
||||||
pupil.add(dot)
|
pupil.add(dot)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue