Add proper todo message.

This commit is contained in:
castano 2009-03-21 07:42:36 +00:00
parent 820eb374d5
commit 9aaee3ae16

View File

@ -1049,7 +1049,7 @@ void DirectDrawSurface::readLinearImage(Image * img)
uint byteCount = (header.pf.bitcount + 7) / 8;
#pragma message("Support floating point linear images and other FOURCC codes.")
#pragma message(NV_FILE_LINE "TODO: Support floating point linear images and other FOURCC codes.")
// Read linear RGB images.
for (uint y = 0; y < h; y++)