fixed code style

This commit is contained in:
2025-04-18 12:11:43 +03:00
parent 97c2da893b
commit 254674a62e

View File

@@ -10,5 +10,6 @@ namespace omath::primitives
{
[[nodiscard]]
std::array<Vector3<float>, 8> CreateBox(const Vector3<float>& top, const Vector3<float>& bottom,
const Vector3<float>& dirForward, const Vector3<float>& dirRight, float ratio = 4.f);
const Vector3<float>& dirForward, const Vector3<float>& dirRight,
float ratio = 4.f);
}