Fix comment.

This commit is contained in:
castano 2009-08-26 01:27:23 +00:00
parent 64db4c2379
commit 0293f73121

View File

@ -73,7 +73,7 @@ namespace nvtt
Format_DXT1a, // DXT1 with binary alpha. Format_DXT1a, // DXT1 with binary alpha.
Format_DXT3, Format_DXT3,
Format_DXT5, 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. // DX10 formats.
Format_BC1 = Format_DXT1, Format_BC1 = Format_DXT1,