mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 15:33:26 +00:00
fixed typo
This commit is contained in:
@@ -62,7 +62,7 @@ namespace omath::projection
|
|||||||
return Matrix(
|
return Matrix(
|
||||||
{
|
{
|
||||||
{1.f, 0.f, 0.f, 0.f},
|
{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},
|
{0.f, 0.f, 1.f, 0.f},
|
||||||
{-m_origin.x, -m_origin.y, -m_origin.z, 1.f},
|
{-m_origin.x, -m_origin.y, -m_origin.z, 1.f},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user