New MetaNames, Fragments glass windows progress, Renaming some things in Skeleton and Bone

This commit is contained in:
dexy
2019-11-05 20:47:10 +11:00
Unverified
parent 8335fd065c
commit 4cc780a461
12 changed files with 647 additions and 379 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ namespace CodeWalker.Project.Panels
for (int j = 0; j < skeleton.Bones.Data.Count; j++)
{
var tbone = skeleton.Bones.Data[j];
if (tbone.Id == la.BoneId)
if (tbone.Tag == la.BoneId)
{
boneidx = j;
bone = tbone;