This commit is contained in:
Vincent Lejeune 2014-07-14 18:52:41 +02:00
parent 160d8c1634
commit d52d1c0409

View File

@ -476,7 +476,7 @@ void glUniform3fWraper(GLuint a, float b, float c, float d)
void glUniform2fWraper(GLuint a, float b, float c)
{
glUniform2f(a, b, c, d);
glUniform2f(a, b, c);
}
void glUniform1fWrapper(GLuint a, float b)