Remove debug code.
This commit is contained in:
parent
592c8b8b0a
commit
4ef408b591
@ -398,7 +398,7 @@ int main(int argc, char *argv[])
|
|||||||
bool useSurface = false; // @@ use Surface API in all cases!
|
bool useSurface = false; // @@ use Surface API in all cases!
|
||||||
nvtt::Surface image;
|
nvtt::Surface image;
|
||||||
|
|
||||||
if (true || format == nvtt::Format_BC3_RGBM || rgbm) {
|
if (format == nvtt::Format_BC3_RGBM || rgbm) {
|
||||||
useSurface = true;
|
useSurface = true;
|
||||||
|
|
||||||
if (!image.load(input.str())) {
|
if (!image.load(input.str())) {
|
||||||
|
Loading…
Reference in New Issue
Block a user