Fixed: tga2dds doesn't generate mipmaps

--HG--
branch : develop
This commit is contained in:
kervala 2016-09-24 15:54:28 +02:00
parent b1f28ace36
commit 130b270380

View file

@ -311,6 +311,9 @@ int main(int argc, char **argv)
if (args.haveArg("o")) if (args.haveArg("o"))
OptOutputFileName = args.getArg("o").front(); OptOutputFileName = args.getArg("o").front();
if (args.haveArg("m"))
OptMipMap = true;
if (args.haveArg("a")) if (args.haveArg("a"))
{ {
std::string strAlgo = args.getArg("a").front(); std::string strAlgo = args.getArg("a").front();