Correct error in recent commit

This commit is contained in:
Campbell Barton 2015-11-04 00:01:41 +11:00
parent aa15ede3b9
commit 268538853c
1 changed files with 0 additions and 4 deletions

View File

@ -522,10 +522,6 @@ void BM_vert_normal_update_all(BMVert *v)
if (len) {
normalize_v3(v->no);
return true;
}
else {
return false;
}
}