diff options
Diffstat (limited to 'tests/fbo/fbo-generatemipmap.c')
-rw-r--r-- | tests/fbo/fbo-generatemipmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fbo/fbo-generatemipmap.c b/tests/fbo/fbo-generatemipmap.c index bad9afdc1..2d6709664 100644 --- a/tests/fbo/fbo-generatemipmap.c +++ b/tests/fbo/fbo-generatemipmap.c @@ -158,7 +158,7 @@ piglit_display(void) glDeleteTextures(1, &tex); - glutSwapBuffers(); + piglit_present_results(); return pass ? PIGLIT_PASS : PIGLIT_FAIL; } |