From: Brian Paul Date: Mon, 28 Sep 2009 00:02:02 +0000 (-0600) Subject: progs/tests: disable texturing before printing text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c6896bd25034fb4c457110f45fe73277a9ce463;p=mesa.git progs/tests: disable texturing before printing text --- 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);