This commit is contained in:
Perfare 2018-01-15 06:07:10 +08:00
parent c00da37267
commit 50265c1d57

View File

@ -1430,8 +1430,8 @@ namespace Unity_Studio
else { ob.Append("ByPolygon\""); } else { ob.Append("ByPolygon\""); }
ob.Append("\n\t\t\tReferenceInformationType: \"IndexToDirect\""); ob.Append("\n\t\t\tReferenceInformationType: \"IndexToDirect\"");
ob.AppendFormat("\n\t\t\tMaterials: *{0} {{", m_Mesh.m_materialIDs.Count); ob.AppendFormat("\n\t\t\tMaterials: *{0} {{", m_Mesh.m_materialIDs.Count);
ob.Append("\n\t\t\t\t"); ob.Append("\n\t\t\t\ta: ");
if (m_Mesh.m_SubMeshes.Count == 1) { ob.Append("0"); } if (m_Mesh.m_materialIDs.Count == 1) { ob.Append("0"); }
else else
{ {
lineSplit = ob.Length; lineSplit = ob.Length;