diff --git a/include/omath/3d_primitives/mesh.hpp b/include/omath/3d_primitives/mesh.hpp index ff20e7a..c0ac6e4 100644 --- a/include/omath/3d_primitives/mesh.hpp +++ b/include/omath/3d_primitives/mesh.hpp @@ -31,7 +31,7 @@ namespace omath::primitives { public: using VectorType = VertType::VectorType; - using VertexType = VertType; + using VertexType = VboType::value_type; private: using Vbo = VboType;