1
0
mirror of synced 2024-11-30 18:24:39 +01:00

Wii U BFRES : Fix assigning param type to SRT anims.

This commit is contained in:
KillzXGaming 2019-11-25 17:58:03 -05:00
parent 8acf9e7831
commit 674e1305ad

View File

@ -1060,7 +1060,7 @@ namespace FirstPlugin
animFolder.Nodes.Add(group);
for (int i = 0; i < resFileU.TexSrtAnims.Count; i++)
group.AddNode(new FSHU(resFileU.TexSrtAnims[i], MaterialAnimation.AnimationType.TexturePattern));
group.AddNode(new FSHU(resFileU.TexSrtAnims[i], MaterialAnimation.AnimationType.TextureSrt));
}
if (resFileU.TexPatternAnims.Count > 0)
{