Fixes an issue with last commit

git-svn-id: https://triangle.svn.codeplex.com/svn@77159 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
SND\wo80_cp
2015-08-24 09:45:39 +00:00
parent 40625d3c38
commit 2f388438cc
+1 -1
View File
@@ -615,7 +615,7 @@ namespace TriangleNet
p.hash = p.id;
// Make sure the hash counter gets updated.
hash_vtx = Math.Max(p.hash, hash_vtx);
hash_vtx = Math.Max(p.hash + 1, hash_vtx);
}
else
{