Cleanup: Remove todo comment, this is fine as is.

This commit is contained in:
Thomas Dinges 2016-06-19 21:09:54 +02:00
parent f7bada00a7
commit 2e553f77b8

@ -697,7 +697,7 @@ bool ImageManager::file_load_half_image(Image *img, ImageDataType type, device_v
int scanlinesize = width*components*sizeof(half);
in->read_image(TypeDesc::HALF,
(uchar*)readpixels + (height-1)*scanlinesize, /*TODO(dingto): why uchar cast? */
(uchar*)readpixels + (height-1)*scanlinesize,
AutoStride,
-scanlinesize,
AutoStride);