Add properties for XTX

This commit is contained in:
KillzXGaming 2019-04-30 17:11:52 -04:00
parent 111dc394ed
commit 02b4c1682c
5 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -205,7 +205,6 @@ namespace FirstPlugin
TextureBlocks.Add(blockHeader.Data);
}
}
reader.Close();
@ -479,6 +478,7 @@ namespace FirstPlugin
}
editor.Text = Text;
editor.LoadImage(this);
editor.LoadProperties(GenericProperties);
}
private static XTXFormats.XTXImageFormat ConvertFromGenericFormat(TEX_FORMAT Format)