mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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))
|
if (outTga.open(fmtName))
|
||||||
{
|
{
|
||||||
std::string ext;
|
std::string ext;
|
||||||
if (toLower(fmtName.find(".png")) != string::npos)
|
if (toLower(fmtName).find(".png") != string::npos)
|
||||||
{
|
{
|
||||||
ext = "png";
|
ext = "png";
|
||||||
GlobalTexture.writePNG (outTga, 32);
|
GlobalTexture.writePNG (outTga, 32);
|
||||||
|
|
Loading…
Reference in a new issue