Fix for bug #4607:

- Crash in recalc normals with vertices in infinity.
This commit is contained in:
Brecht Van Lommel 2006-07-04 19:22:14 +00:00
parent bdafdaa171
commit 9c9f5dc81f

@ -2664,6 +2664,9 @@ void righthandfaces(int select) /* makes faces righthand turning */
}
efa= efa->next;
}
if (startvl==NULL)
startvl= em->faces.first;
/* set first face correct: calc normal */