mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-17 20:38:01 +08:00
New MetaNames, Fragments glass windows progress, Renaming some things in Skeleton and Bone
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user