Fix errors
This commit is contained in:
parent
5240021dea
commit
0900170038
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user