oops
This commit is contained in:
parent
160d8c1634
commit
d52d1c0409
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user