diff options
-rw-r--r-- | progs/tests/bug_3101.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/bug_3101.c b/progs/tests/bug_3101.c index fb9ebb1..761dcbb 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(); } |