mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 01:37:55 +00:00
Add properties for XTX
This commit is contained in:
parent
111dc394ed
commit
02b4c1682c
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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)
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue