From 3b8a5c09faf698a8b0e9e0a3b72cedf23981cb7b 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;