fixed naming

This commit is contained in:
2024-09-03 21:46:32 +03:00
parent 5480b1439d
commit 0204ef5729
3 changed files with 4 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ namespace omath
static Matrix OrientationMatrix(const Vector3& forward, const Vector3& right, const Vector3& up);
[[nodiscard]]
static Matrix ProjectionMatrix(float fielOfView, float aspectRatio,float near, float far);
static Matrix ProjectionMatrix(float fieldOfView, float aspectRatio, float near, float far);
Matrix(const Matrix &other);