summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-07-08 13:59:03 -0600
committerBrian Paul <brianp@vmware.com>2009-07-08 13:59:03 -0600
commitf742f2c0b308430da38f8eeddfed889f883615e9 (patch)
tree1be0be424180563177a29ca3f09fa20e0b106156 /progs
parent820436f97821b5e1774fda8daf86ea0dcc379186 (diff)
demos: indentation fix
Diffstat (limited to 'progs')
-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 2e3770dc401..c6e0b10b49d 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);
}