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:
Ian Romanick
2005-07-07 20:43:01 +00:00
parent 2550844c6e
commit 38e2fa385d

View File

@@ -63,6 +63,8 @@ static void Display( void )
glVertex2f(-1, 1);
glEnd();
glPopMatrix();
glutSwapBuffers();
}