mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
fixed typo
This commit is contained in:
@@ -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},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user