mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
Build fixes
This commit is contained in:
parent
72ed8ac327
commit
033888f6e2
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -163,7 +163,7 @@ namespace FirstPlugin
|
|||
{
|
||||
ResNX.TexturePatternAnimInfo animInfo = new ResNX.TexturePatternAnimInfo();
|
||||
animInfo.Name = patternInfoU.Name;
|
||||
animInfo.CurveIndex = (uint)patternInfoU.CurveIndex;
|
||||
animInfo.CurveIndex = (ushort)patternInfoU.CurveIndex;
|
||||
animInfo.BeginConstant = (ushort)patternInfoU.SubBindIndex;
|
||||
matAnimData.TexturePatternAnimInfos.Add(animInfo);
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue