diff options
Diffstat (limited to 'libdimension/dimension/object.h')
-rw-r--r-- | libdimension/dimension/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h index bd78a35..525c637 100644 --- a/libdimension/dimension/object.h +++ b/libdimension/dimension/object.h @@ -68,7 +68,7 @@ struct dmnsn_object { dmnsn_matrix trans, trans_inv; /* Bounding box */ - dmnsn_vector min, max; + dmnsn_bounding_box bounding_box; /* Callback functions */ dmnsn_object_intersection_fn *intersection_fn; |