1
0
mirror of synced 2025-02-07 23:21:22 +01:00

Quick fix.

This commit is contained in:
KillzXGaming 2023-08-05 09:19:14 -04:00
parent 396f9a9df2
commit 1e2c544fcb

View File

@ -1891,7 +1891,7 @@ namespace Bfres.Structs
{ {
if (weights.Count > v4ListIndex) if (weights.Count > v4ListIndex)
weights[v4ListIndex].Add(vWeight4); weights[v4ListIndex].Add(vWeight4);
if (weights.Count > v4ListIndex) if (boneInd.Count > v4ListIndex)
boneInd[v4ListIndex].Add(vBoneInd4); boneInd[v4ListIndex].Add(vBoneInd4);
v4ListIndex++; v4ListIndex++;