fixed naming

This commit is contained in:
2026-01-27 00:39:34 +03:00
parent d2cf62bdbe
commit 5fcac74a25

View File

@@ -13,5 +13,5 @@ namespace omath::frostbite_engine
std::array<Vector3<std::uint32_t>, 12>>;
using PlaneMesh = primitives::Mesh<Mat4X4, ViewAngles, MeshTrait, primitives::Vertex<>,
std::array<Vector3<float>, 4>, std::array<Vector3<std::uint32_t>, 2>>;
std::array<Vector3<float>, 4>, std::array<Vector3<std::uint32_t>, 2>>;
} // namespace omath::frostbite_engine