mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 12:42:35 +01:00
Texturec: Fixed save as option.
This commit is contained in:
@@ -772,7 +772,7 @@ int main(int _argc, const char* _argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (NULL != bx::strFindI(outputFileName, ".png") )
|
||||
if (NULL != bx::strFindI(saveAs, "png") )
|
||||
{
|
||||
if (options.format == bimg::TextureFormat::Count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user