From 38e2fa385de8a77d4e967fa5cbf5b702f752df2b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 7 Jul 2005 20:43:01 +0000 Subject: 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. --- progs/tests/bug_3101.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'progs/tests/bug_3101.c') diff --git a/progs/tests/bug_3101.c b/progs/tests/bug_3101.c index fb9ebb1059..761dcbb951 100644 --- a/progs/tests/bug_3101.c +++ b/progs/tests/bug_3101.c @@ -63,6 +63,8 @@ static void Display( void ) glVertex2f(-1, 1); glEnd(); + glPopMatrix(); + glutSwapBuffers(); } -- cgit v1.2.3