diff options
Diffstat (limited to 'tests/fbo/fbo-nodepth-test.c')
-rw-r--r-- | tests/fbo/fbo-nodepth-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fbo/fbo-nodepth-test.c b/tests/fbo/fbo-nodepth-test.c index a401ea53e..171874613 100644 --- a/tests/fbo/fbo-nodepth-test.c +++ b/tests/fbo/fbo-nodepth-test.c @@ -87,7 +87,7 @@ piglit_display(void) 0, 0, 1, 1); glDisable(GL_TEXTURE_2D); - glutSwapBuffers(); + piglit_present_results(); return pass ? PIGLIT_PASS : PIGLIT_FAIL; } |