Fix bug
This commit is contained in:
parent
845da756b7
commit
f74e2d5cf5
@ -169,7 +169,7 @@ void bounding_box_update_point(union bounding_box *destination, conv_generic_to_
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!conv_func)
|
if (conv_func)
|
||||||
conv_func(pt, &point);
|
conv_func(pt, &point);
|
||||||
else
|
else
|
||||||
(void)vector_2d_copy(&point, (struct vector_2d *)pt);
|
(void)vector_2d_copy(&point, (struct vector_2d *)pt);
|
||||||
|
Loading…
Reference in New Issue
Block a user