Changed: Bad parenthesis
This commit is contained in:
parent
2c98c02da9
commit
1f76b30435
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ int main(int nNbArg, char **ppArgs)
|
|||
if (outTga.open(fmtName))
|
||||
{
|
||||
std::string ext;
|
||||
if (toLower(fmtName.find(".png")) != string::npos)
|
||||
if (toLower(fmtName).find(".png") != string::npos)
|
||||
{
|
||||
ext = "png";
|
||||
GlobalTexture.writePNG (outTga, 32);
|
||||
|
|
Loading…
Reference in a new issue