1
0
mirror of synced 2024-11-13 18:50:50 +01:00
This commit is contained in:
KillzXGaming 2019-06-19 20:12:44 -04:00
parent 60041c0c65
commit a67849f324
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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