*** empty log message ***

This commit is contained in:
Federico Ponchio 2006-10-18 14:22:17 +00:00
parent 7047f4d4a7
commit 4e29f4f87e
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ int addFace() {
//if no pivoting or we are trying to connect to the inside of the mesh.
if(!success || mesh.vert[v2].IsV()) {
printf("no success\n");
killEdge(ei);
return 0;
}