mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
progs/tests: disable texturing before printing text
This commit is contained in:
parent
0f91e4461f
commit
6c6896bd25
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ static void Display( void )
|
|||
|
||||
glPopMatrix();
|
||||
|
||||
glDisable(GL_TEXTURE_2D);
|
||||
|
||||
/* info */
|
||||
glColor4f(1, 1, 1, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue