2
0
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:
Jan
2026-06-28 08:19:57 +02:00
committed by GitHub
parent b5d50120ad
commit 5e563afa00
+1 -1
View File
@@ -93,7 +93,7 @@ namespace
return false;
}
m_dds_writer.DumpImage(outFile, loadResult->m_texture.get());
m_dds_writer.DumpImage(outFile, texture.get());
return true;
}