From 26fda5402e26fbd74497e8a00601b89ab2b97f50 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 26 Jan 2026 20:59:19 +0300 Subject: [PATCH] fix --- include/omath/3d_primitives/mesh.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;