Skip to content

Commit 008f4dd

Browse files
committed
-psk option didn't work
gildor2#303
1 parent d1e89f7 commit 008f4dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UmodelTool/Main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ int main(int argc, const char **argv)
861861
{
862862
GSettings.Export.SkeletalMeshFormat = GSettings.Export.StaticMeshFormat = EExportMeshFormat::psk;
863863
}
864-
if (!stricmp(opt, "png"))
864+
else if (!stricmp(opt, "png"))
865865
{
866866
GSettings.Export.TextureFormat = ETextureExportFormat::png;
867867
//!! todo: also screenshots

umodel.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)