mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Fixed #400
This commit is contained in:
parent
378840bc1b
commit
da4eb15d6b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user