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

Fix errors

This commit is contained in:
KillzXGaming 2020-03-23 21:32:57 -04:00
parent 5240021dea
commit 0900170038

View File

@ -724,10 +724,7 @@ namespace Bfres.Structs
break;
case ".dds":
case ".dds2":
ImageExportSettings dialog = new ImageExportSettings();
if (dialog.ShowDialog() == DialogResult.OK) {
SaveDDS(FileName, dialog, ExportSurfaceLevel, ExportMipMapLevel, SurfaceLevel, MipLevel);
}
SaveDDS(FileName, dialog, ExportSurfaceLevel, ExportMipMapLevel, SurfaceLevel, MipLevel);
break;
default:
SaveBitMap(FileName);