fix comment.

pull/216/head
castano 14 years ago
parent 0322f1b54a
commit d38b89edc7

@ -83,7 +83,7 @@ void CompressorRGBE::compress(nvtt::InputFormat inputFormat, nvtt::AlphaMode alp
else {
nvDebugCheck (inputFormat == nvtt::InputFormat_RGBA_32F);
#pragma message("Interleave color components")
#pragma message(NV_FILE_LINE "TODO: Interleave color components")
// Color components not interleaved.
r = fsrc[x + 0 * srcPlane];

Loading…
Cancel
Save