mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-02 22:08:11 +00:00
fix: image converter not being able to convert iwis (#863)
This commit is contained in:
@@ -93,7 +93,7 @@ namespace
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_dds_writer.DumpImage(outFile, loadResult->m_texture.get());
|
m_dds_writer.DumpImage(outFile, texture.get());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user