This commit is contained in:
Mario Hüttel 2019-03-04 19:35:04 +01:00
parent 845da756b7
commit f74e2d5cf5
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ void bounding_box_update_point(union bounding_box *destination, conv_generic_to_
return;
}
if (!conv_func)
if (conv_func)
conv_func(pt, &point);
else
(void)vector_2d_copy(&point, (struct vector_2d *)pt);