Fix bflim args
This commit is contained in:
parent
74bdba4536
commit
7eaf59805d
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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;
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user