frame_center was getting double-added, messing up MovingCameraScene

This commit is contained in:
Grant Sanderson 2019-06-19 16:07:07 -07:00
parent 9da74cb657
commit 7ac990119a

View file

@ -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