Error in last commit

This commit is contained in:
Campbell Barton
2018-09-11 16:37:56 +10:00
parent f34a2af4b3
commit 17e57859e7

View File

@@ -1070,6 +1070,7 @@ int ED_transform_calc_gizmo_stats(
}
/* Get the boundbox out of the evaluated object. */
const BoundBox *bb = NULL;
if (params->use_only_center == false) {
bb = BKE_object_boundbox_get(base->object);
}