Try to fix empty mesh list issue.
This commit is contained in:
parent
419164c855
commit
df17aab65d
@ -733,7 +733,7 @@ namespace Bfres.Structs
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
string[] shapeSortCheck = shapes.Select(o => o.Text).ToArray();
|
string[] shapeSortCheck = shapes.Select(o => o.Text).ToArray();
|
||||||
assimp.objects = assimp.objects.SortBy(shapeSortCheck, c => c.ObjectName).ToList();
|
// assimp.objects = assimp.objects.SortBy(shapeSortCheck, c => c.ObjectName).ToList();
|
||||||
|
|
||||||
if (assimp.objects.Count == 0)
|
if (assimp.objects.Count == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user