Merge branch 'blender-v2.90-release'

This commit is contained in:
Campbell Barton 2020-07-28 17:57:56 +10:00
commit 1675969152
1 changed files with 2 additions and 1 deletions

View File

@ -3112,8 +3112,9 @@ void BKE_curve_bevelList_make(Object *ob, ListBase *nurbs, bool for_render)
if (bl->poly > 0) {
BevPoint *bevp;
min = 300000.0;
bevp = bl->bevpoints;
bevp1 = bl->bevpoints;
min = bevp1->vec[0];
nr = bl->nr;
while (nr--) {
if (min > bevp->vec[0]) {