diff options
Diffstat (limited to 'tests/texturing/tex3d.c')
-rw-r--r-- | tests/texturing/tex3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/tex3d.c b/tests/texturing/tex3d.c index 72d8313b9..e990057a9 100644 --- a/tests/texturing/tex3d.c +++ b/tests/texturing/tex3d.c @@ -148,7 +148,7 @@ static int render_and_check(int w, int h, int d, GLenum format, float q, unsigne } free(readback); - glutSwapBuffers(); + piglit_present_results(); return 1; } |