diff --git a/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp b/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp index e950b7a5..2ca5b160 100644 --- a/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp +++ b/MG/MG_GL/Implementations/GL/Getter/GL_Getter.cpp @@ -187,7 +187,7 @@ namespace MG_GL::GL { break; case GL_MAX_VERTEX_ATTRIBS: // TODO: Check the real value - params[0] = 64; + params[0] = MG_Constants::VertexArray::MAX_VERTEX_ATTRIBS; break; // Texture state