Bug reported on irc:

Border select in face select mode was broken.
This commit is contained in:
Brecht Van Lommel 2007-05-09 21:34:35 +00:00
parent f5da767487
commit 1e31cfed15

@ -1339,7 +1339,7 @@ void face_borderselect()
}
mface= me->mface;
for(a=1; a<=me->totface; a++, tface++) {
for(a=1; a<=me->totface; a++, tface++, mface++) {
if(selar[a]) {
if(mface->flag & ME_HIDE);
else {