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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user