1
0
mirror of synced 2024-12-01 02:27:22 +01:00

Fix export extension

This commit is contained in:
KillzXGaming 2019-06-19 19:44:53 -04:00
parent b2abeba272
commit c540b32cb7
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -82,7 +82,7 @@ namespace FirstPlugin
stream.Dispose();
string Path = System.IO.Path.Combine(folderDlg.SelectedPath,
System.IO.Path.GetFileName(file));
System.IO.Path.GetFileNameWithoutExtension(file) + ".dds");
model.ExportModel(Path);
model.Unload();