diff --git a/trunk/src/nvtt/CompressorRGBE.cpp b/trunk/src/nvtt/CompressorRGBE.cpp index 87c2b42..9e8f737 100644 --- a/trunk/src/nvtt/CompressorRGBE.cpp +++ b/trunk/src/nvtt/CompressorRGBE.cpp @@ -83,6 +83,8 @@ void CompressorRGBE::compress(nvtt::InputFormat inputFormat, nvtt::AlphaMode alp else { nvDebugCheck (inputFormat == nvtt::InputFormat_RGBA_32F); +#pragma message("Interleave color components") + // Color components not interleaved. r = fsrc[x + 0 * srcPlane]; g = fsrc[x + 1 * srcPlane];