mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
Fixed #400
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user