fixed formating

This commit is contained in:
2025-04-16 17:52:57 +03:00
parent 592a98f38c
commit 3f6ea010dc

View File

@@ -21,7 +21,6 @@ namespace omath::iw_engine
[[nodiscard]] Mat4x4 CalcViewMatrix(const ViewAngles& angles, const Vector3<float>& cam_origin);
[[nodiscard]]
Mat4x4 CalcPerspectiveProjectionMatrix(float fieldOfView, float aspectRatio, float near, float far);
} // namespace omath::iw_engine