summaryrefslogtreecommitdiff
path: root/progs/tests/texcmp.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-27 18:02:02 -0600
committerBrian Paul <brianp@vmware.com>2009-09-27 18:02:02 -0600
commit6c6896bd25034fb4c457110f45fe73277a9ce463 (patch)
tree46e70129acbcc59aa96e005650eafa40b91477fc /progs/tests/texcmp.c
parent0f91e4461fb3a7410c948acde270d97caa851ed6 (diff)
progs/tests: disable texturing before printing text
Diffstat (limited to 'progs/tests/texcmp.c')
-rw-r--r--progs/tests/texcmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c
index d1e829d1b7..743b1b09b4 100644
--- a/progs/tests/texcmp.c
+++ b/progs/tests/texcmp.c
@@ -115,6 +115,8 @@ static void Display( void )
glPopMatrix();
+ glDisable(GL_TEXTURE_2D);
+
/* info */
glColor4f(1, 1, 1, 1);