From 55e7d3dec4aab9d449ba6479c55ee580ff41d71a Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 3 Jun 2008 06:34:18 +0000 Subject: [PATCH] Delete outdated comment. --- src/nvtt/CompressDXT.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nvtt/CompressDXT.cpp b/src/nvtt/CompressDXT.cpp index ef9f656..24eb48d 100644 --- a/src/nvtt/CompressDXT.cpp +++ b/src/nvtt/CompressDXT.cpp @@ -171,7 +171,6 @@ void nv::FastCompressor::compressDXT5n(const nvtt::OutputOptions::Private & outp for (uint x = 0; x < w; x += 4) { rgba.init(m_image, x, y); - // copy X coordinate to alpha channel and Y coordinate to green channel. rgba.swizzleDXT5n(); QuickCompress::compressDXT5(rgba, &block, 0); @@ -377,7 +376,6 @@ void nv::SlowCompressor::compressDXT5n(const CompressionOptions::Private & compr rgba.init(m_image, x, y); - // copy X coordinate to green channel and Y coordinate to alpha channel. rgba.swizzleDXT5n(); // Compress X.