summaryrefslogtreecommitdiff
path: root/progs/tests/bug_3101.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/bug_3101.c')
-rw-r--r--progs/tests/bug_3101.c2
1 files changed, 2 insertions, 0 deletions
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();
}