fixed typo

This commit is contained in:
2024-08-27 20:53:34 +03:00
parent 927d56fef3
commit dbc5c86cc4

View File

@@ -62,7 +62,7 @@ namespace omath::projection
return Matrix(
{
{1.f, 0.f, 0.f, 0.f},
{0.f, 1.f, 0.f, 1.f},
{0.f, 1.f, 0.f, 0.f},
{0.f, 0.f, 1.f, 0.f},
{-m_origin.x, -m_origin.y, -m_origin.z, 1.f},
});