This commit is contained in:
Perfare
2018-07-14 18:22:14 +08:00
parent e0dcd6ac10
commit a3e430d98d
2 changed files with 10 additions and 1 deletions
+4
View File
@@ -178,6 +178,10 @@ namespace AssetStudio
var sb = new StringBuilder();
sb.AppendLine("g " + m_Mesh.m_Name);
#region Vertices
if (m_Mesh.m_Vertices == null || m_Mesh.m_Vertices.Length == 0)
{
return false;
}
int c = 3;
if (m_Mesh.m_Vertices.Length == m_Mesh.m_VertexCount * 4)
{