This commit is contained in:
Perfare 2019-06-04 13:34:59 +08:00
parent 378840bc1b
commit da4eb15d6b
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ namespace AssetStudio
}
}
}
if (iMesh.BoneList?.Count == 0)
if (iMesh.BoneList == null || iMesh.BoneList.Count == 0)
{
if (mesh.m_BindPose.Length > 0 && mesh.m_BoneNameHashes?.Length > 0)
{