diff --git a/File_Format_Library/FileFormats/Pokemon/GFBMDL/GFLXModel.cs b/File_Format_Library/FileFormats/Pokemon/GFBMDL/GFLXModel.cs index 83915708..70129f2f 100644 --- a/File_Format_Library/FileFormats/Pokemon/GFBMDL/GFLXModel.cs +++ b/File_Format_Library/FileFormats/Pokemon/GFBMDL/GFLXModel.cs @@ -60,7 +60,7 @@ namespace FirstPlugin var bone = Model.Bones(b).Value; Skeleton.bones.Add(new GFLXBone(this, bone)); - if (bone.Type == BoneType.HasSkinning && bone.SkinCheck == null) + if (bone.SkinCheck == null) SkinningIndices.Add(b); }