1
0
mirror of synced 2025-01-19 09:17:30 +01:00

BFRES : Fix null reference bug for importing bones (wii u)

This commit is contained in:
KillzXGaming 2020-06-30 18:46:09 -04:00
parent 82f104d8f1
commit 65d5fc1a32

View File

@ -537,7 +537,7 @@ namespace Bfres.Structs
fskl.bones.Add(bn);
bn.BoneU.ParentIndex = (short)bn.parentIndex;
fskl.AddBone(bn.Bone);
fskl.AddBone(bn.BoneU);
}
else
{