Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define
This commit is contained in:
@@ -362,6 +362,6 @@ void bc_triangulate_mesh(Mesh *me)
|
||||
BM_mesh_bm_from_me(bm, me, true, false, 0);
|
||||
BM_mesh_triangulate(bm, quad_method, use_beauty, tag_only, NULL, NULL);
|
||||
|
||||
BM_mesh_bm_to_me(bm, me, FALSE);
|
||||
BM_mesh_bm_to_me(bm, me, false);
|
||||
BM_mesh_free(bm);
|
||||
}
|
||||
|
Reference in New Issue
Block a user