mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Reload the animation data for ftxp yaml
This commit is contained in:
parent
a08d878d45
commit
a5d77dbdb9
3 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -271,6 +271,7 @@ namespace Bfres.Structs
|
||||||
var fmaa = new Syroot.NintenTools.NSW.Bfres.MaterialAnim();
|
var fmaa = new Syroot.NintenTools.NSW.Bfres.MaterialAnim();
|
||||||
fmaa = YamlFmaa.FromYaml(FileName);
|
fmaa = YamlFmaa.FromYaml(FileName);
|
||||||
TexPatternAnim = BfresPlatformConverter.FTXPConvertSwitchToWiiU(fmaa);
|
TexPatternAnim = BfresPlatformConverter.FTXPConvertSwitchToWiiU(fmaa);
|
||||||
|
LoadAnim(TexPatternAnim);
|
||||||
}
|
}
|
||||||
else if (ext == ".gif")
|
else if (ext == ".gif")
|
||||||
{
|
{
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue