diff --git a/include/omath/engines/frostbite_engine/primitives.hpp b/include/omath/engines/frostbite_engine/primitives.hpp index a08764f..3398d39 100644 --- a/include/omath/engines/frostbite_engine/primitives.hpp +++ b/include/omath/engines/frostbite_engine/primitives.hpp @@ -13,5 +13,5 @@ namespace omath::frostbite_engine std::array, 12>>; using PlaneMesh = primitives::Mesh, - std::array, 4>, std::array, 2>>; + std::array, 4>, std::array, 2>>; } // namespace omath::frostbite_engine \ No newline at end of file