bugfix: copy-paste error, wrong mesh

This commit is contained in:
Sébastien Loriot 2016-11-03 16:07:18 +01:00
parent 1ed98a7d9a
commit 918b71339f
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class Intersection_of_triangle_meshes
break;
case ON_EDGE :
{
h2=opposite(ipt.info_2,tm1);
h2=opposite(ipt.info_2,tm2);
if (h2>ipt.info_2) h2=ipt.info_2;
}
break;