diff --git a/CUE4Parse b/CUE4Parse index 6ea4b181..781093c9 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 6ea4b1811a115d21490c550da84edf06b9b63434 +Subproject commit 781093c97911966884e389b6899b81cc6b50e1b9 diff --git a/FModel/ViewModels/CUE4ParseViewModel.cs b/FModel/ViewModels/CUE4ParseViewModel.cs index eefc6dd8..d2f730b1 100644 --- a/FModel/ViewModels/CUE4ParseViewModel.cs +++ b/FModel/ViewModels/CUE4ParseViewModel.cs @@ -722,7 +722,7 @@ namespace FModel.ViewModels private void SaveExport(UObject export) { - var toSave = new Exporter(export, UserSettings.Default.TextureExportFormat, UserSettings.Default.LodExportFormat); + var toSave = new Exporter(export, UserSettings.Default.TextureExportFormat, UserSettings.Default.LodExportFormat, UserSettings.Default.MeshExportFormat); var toSaveDirectory = new DirectoryInfo(Path.Combine(UserSettings.Default.OutputDirectory, "Saves")); if (toSave.TryWriteToDir(toSaveDirectory, out var savedFileName)) {