mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
fixed empty line
This commit is contained in:
@@ -20,7 +20,6 @@ namespace omath::projection
|
|||||||
m_nearPlaneDistance = near;
|
m_nearPlaneDistance = near;
|
||||||
m_farPlaneDistance = far;
|
m_farPlaneDistance = far;
|
||||||
m_lensZoom = lensZoom;
|
m_lensZoom = lensZoom;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Mat<4, 4> Camera::GetViewMatrix() const
|
Mat<4, 4> Camera::GetViewMatrix() const
|
||||||
|
|||||||
Reference in New Issue
Block a user