* Eeek, left in an ATTR_NO_OPT attribute

This commit is contained in:
Joseph Eagar 2021-04-28 19:31:43 -07:00
parent 013eee7ec6
commit ee19a80041
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ static void pbvh_bmesh_verify(PBVH *pbvh);
} \
((void)0)
ATTR_NO_OPT void surface_smooth_v_safe(BMVert *v)
BLI_INLINE void surface_smooth_v_safe(BMVert *v)
{
float co[3];
float tan[3];