projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820436f
)
demos: indentation fix
author
Brian Paul
<brianp@vmware.com>
Wed, 8 Jul 2009 19:59:03 +0000
(13:59 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 8 Jul 2009 19:59:03 +0000
(13:59 -0600)
progs/glsl/multitex.c
patch
|
blob
|
history
diff --git
a/progs/glsl/multitex.c
b/progs/glsl/multitex.c
index 2e3770dc401a0522a5a05930dbfbc858097ee93f..c6e0b10b49d77dc8373bfacc99bd3ab70537fe0b 100644
(file)
--- 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);
}