Fix errors
This commit is contained in:
parent
3d18d542a9
commit
07bd21b174
@ -486,6 +486,7 @@ namespace FirstPlugin
|
||||
public void Write(FileWriter writer)
|
||||
{
|
||||
TextureName = Text;
|
||||
Console.WriteLine($"Text {Text}");
|
||||
|
||||
//MipSizes stores mip sizes for multile arrays
|
||||
int arrayCount = mipSizes.Count;
|
||||
|
@ -215,7 +215,7 @@ namespace Toolbox.Library.Forms
|
||||
}
|
||||
|
||||
Bitmap newImage = BitmapExtension.ReplaceChannel(Image, ImportedImage, ChannelType);
|
||||
imageEditor.SaveAndApplyImage(newImage, true);
|
||||
imageEditor.SaveAndApplyImage(newImage, true, ext == ".dds");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user