progs/tests: disable texturing before printing text

This commit is contained in:
Brian Paul 2009-09-27 18:02:02 -06:00
parent 0f91e4461f
commit 6c6896bd25

View file

@ -115,6 +115,8 @@ static void Display( void )
glPopMatrix();
glDisable(GL_TEXTURE_2D);
/* info */
glColor4f(1, 1, 1, 1);