Skip to content

Commit

Permalink
-psk option didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor2 committed Jul 7, 2023
1 parent d1e89f7 commit 008f4dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UmodelTool/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ int main(int argc, const char **argv)
{
GSettings.Export.SkeletalMeshFormat = GSettings.Export.StaticMeshFormat = EExportMeshFormat::psk;
}
if (!stricmp(opt, "png"))
else if (!stricmp(opt, "png"))
{
GSettings.Export.TextureFormat = ETextureExportFormat::png;
//!! todo: also screenshots
Expand Down
Binary file modified umodel.exe
Binary file not shown.

0 comments on commit 008f4dd

Please sign in to comment.