Add back hackish fix for clang bug. I should probably

file a bug report with the clang people.
This commit is contained in:
Joseph Eagar 2021-07-18 13:15:43 -07:00
parent e3b58b6451
commit 4247a56cde
1 changed files with 2 additions and 1 deletions

View File

@ -2342,7 +2342,8 @@ static bool pbvh_bmesh_collapse_short_edges(EdgeQueueContext *eq_ctx,
return any_collapsed;
}
static bool cleanup_valence_3_4(PBVH *pbvh,
//need to file a CLANG bug
ATTR_NO_OPT static bool cleanup_valence_3_4(PBVH *pbvh,
const float center[3],
const float view_normal[3],
float radius,