diff options
Diffstat (limited to 'tests/texturing/tex3d-npot.c')
-rw-r--r-- | tests/texturing/tex3d-npot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/tex3d-npot.c b/tests/texturing/tex3d-npot.c index f79b02750..859195588 100644 --- a/tests/texturing/tex3d-npot.c +++ b/tests/texturing/tex3d-npot.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; } |