diff options
author | Brian Paul <[email protected]> | 2009-09-27 18:02:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-27 18:02:02 -0600 |
commit | 6c6896bd25034fb4c457110f45fe73277a9ce463 (patch) | |
tree | 46e70129acbcc59aa96e005650eafa40b91477fc /progs/tests/texcmp.c | |
parent | 0f91e4461fb3a7410c948acde270d97caa851ed6 (diff) |
progs/tests: disable texturing before printing text
Diffstat (limited to 'progs/tests/texcmp.c')
-rw-r--r-- | progs/tests/texcmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/texcmp.c b/progs/tests/texcmp.c index d1e829d1b73..743b1b09b44 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); |