Closed johanhelsing closed 2 years ago
Setting OrthographicProjection::scaling_mode to FixedVertical or FixedHorizontal would result in the camera moving the wrong number of pixels.
OrthographicProjection::scaling_mode
FixedVertical
FixedHorizontal
This should fix it for those modes. Rotated orthographic modes are still not supported.
Setting
OrthographicProjection::scaling_mode
toFixedVertical
orFixedHorizontal
would result in the camera moving the wrong number of pixels.This should fix it for those modes. Rotated orthographic modes are still not supported.