diff options
Diffstat (limited to 'progs/util/extfuncs.h')
-rw-r--r-- | progs/util/extfuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/util/extfuncs.h b/progs/util/extfuncs.h index 4e8af50d34..88a6ae9b84 100644 --- a/progs/util/extfuncs.h +++ b/progs/util/extfuncs.h @@ -111,7 +111,7 @@ GetExtensionFuncs(void) glUniform1f_func = (PFNGLUNIFORM1FPROC) glutGetProcAddress("glUniform1f"); glUniform2f_func = (PFNGLUNIFORM2FPROC) glutGetProcAddress("glUniform2f"); glUniform3f_func = (PFNGLUNIFORM3FPROC) glutGetProcAddress("glUniform3f"); - glUniform4f_func = (PFNGLUNIFORM4FPROC) glutGetProcAddress("glUniform3f"); + glUniform4f_func = (PFNGLUNIFORM4FPROC) glutGetProcAddress("glUniform4f"); glUniform1fv_func = (PFNGLUNIFORM1FVPROC) glutGetProcAddress("glUniform1fv"); glUniform2fv_func = (PFNGLUNIFORM2FVPROC) glutGetProcAddress("glUniform2fv"); glUniform3fv_func = (PFNGLUNIFORM3FVPROC) glutGetProcAddress("glUniform3fv"); |