Cleanup: Fix inconsistent parameter name warning

This commit is contained in:
Hans Goudey 2021-06-15 21:11:18 -05:00
parent c8e331f450
commit 0b0c7ca017
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ struct ListBase *BKE_curve_editNurbs_get(struct Curve *cu);
void BKE_curve_bevelList_free(struct ListBase *bev);
void BKE_curve_bevelList_make(struct Object *ob, struct ListBase *nurbs, bool for_render);
ListBase BKE_curve_bevel_make(const struct Curve *ob);
ListBase BKE_curve_bevel_make(const struct Curve *curve);
void BKE_curve_forward_diff_bezier(
float q0, float q1, float q2, float q3, float *p, int it, int stride);