replace SIDE_OF_LINE macro with line_point_side_v2() inline function.

made a number of files build without unused warnings.
This commit is contained in:
2010-10-15 05:18:45 +00:00
parent 68dea6591d
commit 25bbf99a79
20 changed files with 79 additions and 79 deletions

View File

@@ -7003,7 +7003,7 @@ static void fill_mesh(EditMesh *em)
}
}
if(BLI_edgefill(0, em->mat_nr)) {
if(BLI_edgefill(em->mat_nr)) {
efa= fillfacebase.first;
while(efa) {
/* normals default pointing up */