diff --git a/File_Format_Library/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs b/File_Format_Library/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs index 39377e6d..52b2e0ba 100644 --- a/File_Format_Library/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs +++ b/File_Format_Library/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs @@ -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++;