Some minor changes for Beta 3

git-svn-id: https://triangle.svn.codeplex.com/svn@70649 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
SND\wo80_cp
2012-10-30 20:46:02 +00:00
parent 4dccadc246
commit 9e3d316df1
10 changed files with 482 additions and 403 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ namespace MeshRenderer.Core
// Copy segments
n = mesh.Segments.Count;
if (n > 0)
if (n > 0 && mesh.IsPolygon)
{
var segments = new List<uint>(2 * n);
foreach (var seg in mesh.Segments)