From 4ef408b591f42b5bbb95fa831ee4039f78a2d098 Mon Sep 17 00:00:00 2001 From: Ignacio Date: Mon, 20 Jul 2015 14:32:16 +0200 Subject: [PATCH] Remove debug code. --- src/nvtt/tools/compress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvtt/tools/compress.cpp b/src/nvtt/tools/compress.cpp index 3a3ce7c..d83241d 100644 --- a/src/nvtt/tools/compress.cpp +++ b/src/nvtt/tools/compress.cpp @@ -398,7 +398,7 @@ int main(int argc, char *argv[]) bool useSurface = false; // @@ use Surface API in all cases! nvtt::Surface image; - if (true || format == nvtt::Format_BC3_RGBM || rgbm) { + if (format == nvtt::Format_BC3_RGBM || rgbm) { useSurface = true; if (!image.load(input.str())) {