coregl: Correct a typo 99/91699/2
authorZhaowei Yuan <zhaowei.yuan@samsung.com>
Mon, 10 Oct 2016 13:58:34 +0000 (21:58 +0800)
committerZhaowei Yuan <zhaowei.yuan@samsung.com>
Mon, 10 Oct 2016 14:19:08 +0000 (22:19 +0800)
This patch corrects a typ0

Signed-off-by: Zhaowei Yuan <zhaowei.yuan@samsung.com>
Change-Id: I3857811b507edb1eec833c48677775b43fb16b0e

src/coregl_export_gl.c

index 00ede8e..f1dac1e 100644 (file)
@@ -2404,7 +2404,7 @@ coregl_api_glProgramUniform4f(GLuint program, GLint location, GLfloat x,
 void
 coregl_api_glProgramUniform1ui(GLuint program, GLint location, GLuint x)
 {
-       ovr_glProgramUniform1i(program, location, x);
+       ovr_glProgramUniform1ui(program, location, x);
 }
 
 void