Skip to content

Commit

Permalink
Fix texture pattern animation conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Dec 20, 2023
1 parent 46b9e87 commit eb07345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void ConvertAnimation(BfresMaterialAnim anim, MaterialAnim animTar
animation.Baked = false;
animation.MaterialAnims = new List<MaterialDataAnimHelper>();
animation.Loop = anim.Loop;
animation.TextureList = animation.TextureList.ToList();
animation.TextureList = anim.TextureList.ToList();

foreach (STAnimGroup group in anim.AnimGroups)
{
Expand Down

0 comments on commit eb07345

Please sign in to comment.