1
0
mirror of synced 2024-12-01 10:37:25 +01:00

A few more fixes

This commit is contained in:
KillzXGaming 2019-05-26 20:46:08 -04:00
parent 2fc0467d9b
commit cf793044ae
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

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