This commit is contained in:
twinaphex 2016-03-09 12:42:58 +01:00
parent 341d0f9998
commit b12367c781

View File

@ -581,7 +581,7 @@ void rglGetProgramInfoLog(GLuint shader, GLsizei maxLength,
GLboolean rglIsProgram(GLuint program)
{
glIsProgram(program);
return glIsProgram(program);
}
void rglEnableVertexAttribArray(GLuint index)