summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--progs/glsl/multitex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/glsl/multitex.c b/progs/glsl/multitex.c
index 2e3770dc40..c6e0b10b49 100644
--- a/progs/glsl/multitex.c
+++ b/progs/glsl/multitex.c
@@ -153,7 +153,7 @@ DrawPolygonArray(void)
glDrawArrays(GL_TRIANGLE_FAN, 0, 4);
- glBindBufferARB_func(GL_ARRAY_BUFFER_ARB, 0);
+ glBindBufferARB_func(GL_ARRAY_BUFFER_ARB, 0);
}