Module: Mesa Branch: refs/remotes/origin/master Commit: f742f2c0b308430da38f8eeddfed889f883615e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f742f2c0b308430da38f8eeddfed889f883615e9
Author: Brian Paul <[email protected]> Date: Wed Jul 8 13:59:03 2009 -0600 demos: indentation fix --- progs/glsl/multitex.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/progs/glsl/multitex.c b/progs/glsl/multitex.c index 2e3770d..c6e0b10 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); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
