diff options
Diffstat (limited to 'tests/fbo/fbo-rg.c')
-rw-r--r-- | tests/fbo/fbo-rg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fbo/fbo-rg.c b/tests/fbo/fbo-rg.c index 55850513d..b9cfc4db2 100644 --- a/tests/fbo/fbo-rg.c +++ b/tests/fbo/fbo-rg.c @@ -87,7 +87,7 @@ piglit_display(void) piglit_draw_rect_tex(0.0, -1.0, 1.0, 2.0, 0.0, 0.0, 1.0, 1.0); - glutSwapBuffers(); + piglit_present_results(); return pass ? PIGLIT_PASS : PIGLIT_FAIL; } |