mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: tga2dds doesn't generate mipmaps
This commit is contained in:
parent
73ddf45565
commit
e1bb4da09c
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue