mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
frame_center was getting double-added, messing up MovingCameraScene
This commit is contained in:
parent
9da74cb657
commit
7ac990119a
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class Camera(object):
|
|||
vmobject, vmobject.points
|
||||
)
|
||||
# TODO, shouldn't this be handled in transform_points_pre_display?
|
||||
points = points - self.get_frame_center()
|
||||
# points = points - self.get_frame_center()
|
||||
if len(points) == 0:
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue