mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Quick fix.
This commit is contained in:
parent
396f9a9df2
commit
1e2c544fcb
1 changed files with 1 additions and 1 deletions
|
@ -1891,7 +1891,7 @@ namespace Bfres.Structs
|
|||
{
|
||||
if (weights.Count > v4ListIndex)
|
||||
weights[v4ListIndex].Add(vWeight4);
|
||||
if (weights.Count > v4ListIndex)
|
||||
if (boneInd.Count > v4ListIndex)
|
||||
boneInd[v4ListIndex].Add(vBoneInd4);
|
||||
|
||||
v4ListIndex++;
|
||||
|
|
Loading…
Reference in a new issue