- bug fix: Flip normal works corectly in edge/face select mode now

bug reported by Campbell Barton, thanks Cam
This commit is contained in:
2004-11-12 11:35:55 +00:00
parent cfd5d0267e
commit 42dd03f1c2

View File

@@ -1422,7 +1422,7 @@ void flip_editnormals(void)
efa= em->faces.first;
while(efa) {
if( faceselectedAND(efa, 1) ) {
if( efa->f & SELECT ){
flipface(efa);
}
efa= efa->next;