Fix mistake in boundbox center

This commit is contained in:
2018-05-04 14:41:36 +02:00
parent 0a79de526d
commit 90e61275d3

View File

@@ -1911,11 +1911,11 @@ void calculateCenterBound(TransInfo *t, float r_center[3])
}
}
}
is_first = false;
}
else {
copy_v3_v3(max, tc->data[i].center);
copy_v3_v3(min, tc->data[i].center);
is_first = false;
}
}
}