Quick fix.
This commit is contained in:
parent
396f9a9df2
commit
1e2c544fcb
@ -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 New Issue
Block a user