mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Quick fix for material animations not saving properly if invalid types detected
This commit is contained in:
parent
31be278a2f
commit
eba9adaa4d
5 changed files with 1 additions and 0 deletions
|
@ -1593,6 +1593,7 @@ namespace FirstPlugin
|
|||
case BRESGroupType.ColorAnim:
|
||||
case BRESGroupType.TexSrtAnim:
|
||||
case BRESGroupType.MatVisAnim:
|
||||
case BRESGroupType.MaterialAnim:
|
||||
for (int i = 0; i < group.Nodes.Count; i++)
|
||||
{
|
||||
((FMAA)group.Nodes[i]).SaveAnimData();
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue