Remove debug code.

This commit is contained in:
Ignacio 2015-07-20 14:32:16 +02:00
parent 592c8b8b0a
commit 4ef408b591

View File

@ -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())) {