From 0293f73121cc738f9bfaa1cfce61c46e01bbef43 Mon Sep 17 00:00:00 2001 From: castano Date: Wed, 26 Aug 2009 01:27:23 +0000 Subject: [PATCH] Fix comment. --- src/nvtt/nvtt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvtt/nvtt.h b/src/nvtt/nvtt.h index 2b691f2..698e533 100644 --- a/src/nvtt/nvtt.h +++ b/src/nvtt/nvtt.h @@ -73,7 +73,7 @@ namespace nvtt Format_DXT1a, // DXT1 with binary alpha. Format_DXT3, Format_DXT5, - Format_DXT5n, // Compressed HILO: R=0, G=x, B=0, A=y + Format_DXT5n, // Compressed HILO: R=1, G=y, B=0, A=x // DX10 formats. Format_BC1 = Format_DXT1,