mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
Put back the glPopMatrix. This test was derived from blendminmax.c.
When extra code was cut from blendminmax.c's Display function, the glPopMatrix call was also accidentally cut.
This commit is contained in:
parent
2550844c6e
commit
38e2fa385d
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ static void Display( void )
|
|||
glVertex2f(-1, 1);
|
||||
glEnd();
|
||||
|
||||
glPopMatrix();
|
||||
|
||||
glutSwapBuffers();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue