From 5fcac74a25b75ced4809f09a74fb254a2956aa2a Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 27 Jan 2026 00:39:34 +0300 Subject: [PATCH] fixed naming --- include/omath/engines/frostbite_engine/primitives.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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