mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 06:20:24 +00:00
Allow saving for 0.9. Note this will crash if it has animations
This commit is contained in:
parent
e88d42b4ce
commit
3edbaece3f
8 changed files with 0 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1337,8 +1337,6 @@ namespace FirstPlugin
|
|||
private void SaveSwitch(MemoryStream mem)
|
||||
{
|
||||
var resFile = BFRESRender.ResFileNode.resFile;
|
||||
if (resFile.VersionMajor2 == 9)
|
||||
throw new NotImplementedException($"Bfres version does not support saving yet! {resFile.VersionFull}");
|
||||
|
||||
resFile.Models.Clear();
|
||||
resFile.SkeletalAnims.Clear();
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue