Skip to content

Commit

Permalink
fix typo in setter function sed_half_extends
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Jul 3, 2023
1 parent 38e1b79 commit 79d46e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/shape_views/cuboid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl_ref_methods!(CuboidViewMut);

impl<'a> CuboidViewMut<'a> {
/// Set the half-extents of the cuboid.
pub fn sed_half_extents(&mut self, half_extents: Vect) {
pub fn set_half_extents(&mut self, half_extents: Vect) {
self.raw.half_extents = half_extents.into();
}
}

0 comments on commit 79d46e1

Please sign in to comment.