From b007c2695ead1e484cf327765c47d8346f632447 Mon Sep 17 00:00:00 2001 From: scuri Date: Mon, 25 Oct 2010 18:29:06 +0000 Subject: *** empty log message *** --- html/examples/glut_capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/examples') diff --git a/html/examples/glut_capture.c b/html/examples/glut_capture.c index 80aadd2..b9a1779 100644 --- a/html/examples/glut_capture.c +++ b/html/examples/glut_capture.c @@ -152,7 +152,7 @@ void idle(void) } } - imConvertPacking(image->data[0], gl_data, image->width, image->height, image->depth, image->data_type, 0); + imConvertPacking(image->data[0], gl_data, image->width, image->height, image->depth, image->depth, image->data_type, 0); display(); } } -- cgit v1.2.3