diff --git a/include/omath/3d_primitives/box.hpp b/include/omath/3d_primitives/box.hpp index bbe43b2..3b786e3 100644 --- a/include/omath/3d_primitives/box.hpp +++ b/include/omath/3d_primitives/box.hpp @@ -10,5 +10,6 @@ namespace omath::primitives { [[nodiscard]] std::array, 8> CreateBox(const Vector3& top, const Vector3& bottom, - const Vector3& dirForward, const Vector3& dirRight, float ratio = 4.f); + const Vector3& dirForward, const Vector3& dirRight, + float ratio = 4.f); }