Fix typo
This commit is contained in:
parent
60041c0c65
commit
a67849f324
Binary file not shown.
@ -124,7 +124,7 @@ namespace FirstPlugin
|
|||||||
stream.Dispose();
|
stream.Dispose();
|
||||||
|
|
||||||
string Path = System.IO.Path.Combine(folderDlg.SelectedPath,
|
string Path = System.IO.Path.Combine(folderDlg.SelectedPath,
|
||||||
System.IO.Path.GetFileNameWithoutExtension(file) + ".dds");
|
System.IO.Path.GetFileNameWithoutExtension(file) + ".dae");
|
||||||
|
|
||||||
model.ExportModel(Path);
|
model.ExportModel(Path);
|
||||||
model.Unload();
|
model.Unload();
|
||||||
|
Loading…
Reference in New Issue
Block a user