mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-15 11:04:16 -04:00
improved mesh read
This commit is contained in:
@ -407,7 +407,7 @@ namespace AssetStudio
|
||||
}
|
||||
|
||||
//Morphs
|
||||
if (mesh.m_Shapes != null)
|
||||
if (mesh.m_Shapes?.channels != null)
|
||||
{
|
||||
foreach (var channel in mesh.m_Shapes.channels)
|
||||
{
|
||||
|
Reference in New Issue
Block a user