Bug reported on irc:
Border select in face select mode was broken.
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user