fixed empty line

This commit is contained in:
2024-10-20 00:27:33 +03:00
parent ef24377049
commit 79ba011699

View File

@@ -20,7 +20,6 @@ namespace omath::projection
m_nearPlaneDistance = near;
m_farPlaneDistance = far;
m_lensZoom = lensZoom;
}
Mat<4, 4> Camera::GetViewMatrix() const