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:
@@ -615,7 +615,7 @@ namespace TriangleNet
|
|||||||
p.hash = p.id;
|
p.hash = p.id;
|
||||||
|
|
||||||
// Make sure the hash counter gets updated.
|
// 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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user