summaryrefslogtreecommitdiff
path: root/html/examples
diff options
context:
space:
mode:
authorscuri <scuri>2010-10-25 18:29:06 +0000
committerscuri <scuri>2010-10-25 18:29:06 +0000
commitb007c2695ead1e484cf327765c47d8346f632447 (patch)
tree383fa5243f5fc20349f3e7f79b6fcf079e8378e9 /html/examples
parentaff7346948dc33cf2ebb22ed7ef1b93796c85ce7 (diff)
*** empty log message ***
Diffstat (limited to 'html/examples')
-rw-r--r--html/examples/glut_capture.c2
1 files changed, 1 insertions, 1 deletions
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();
}
}