1
0
mirror of synced 2024-12-02 02:57:23 +01:00

Fix bflim args

This commit is contained in:
KillzXGaming 2019-04-18 21:41:39 -04:00
parent 74bdba4536
commit 7eaf59805d
5 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -150,7 +150,7 @@ namespace FirstPlugin
if (ofd.ShowDialog() == DialogResult.OK) if (ofd.ShowDialog() == DialogResult.OK)
{ {
FTEX ftex = new FTEX(); FTEX ftex = new FTEX();
ftex.ReplaceTexture(ofd.FileName, 1, SupportedFormats); ftex.ReplaceTexture(ofd.FileName, 1, SupportedFormats, true, true);
if (ftex.texture != null) if (ftex.texture != null)
{ {
image.Swizzle = (byte)ftex.texture.Swizzle; image.Swizzle = (byte)ftex.texture.Swizzle;