From 75a6aad56bb596907f2cf387c185e6dd9ffe9f07 Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 18 May 2010 17:12:36 +0000 Subject: [PATCH] fix comment. --- trunk/src/nvtt/CompressorRGBE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/nvtt/CompressorRGBE.cpp b/trunk/src/nvtt/CompressorRGBE.cpp index 9e8f737..bd1ef02 100644 --- a/trunk/src/nvtt/CompressorRGBE.cpp +++ b/trunk/src/nvtt/CompressorRGBE.cpp @@ -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];