Release v0.9.0

This commit is contained in:
Crozet Sébastien
2021-06-02 17:41:49 +02:00
committed by Sébastien Crozet
parent c7b876e2f7
commit fdd370e51a
10 changed files with 38 additions and 24 deletions

View File

@@ -248,7 +248,7 @@ impl Collider {
/// Retrieve the SharedShape. Also see the `shape()` function
pub fn shared_shape(&self) -> &SharedShape {
&self.shape
&self.co_shape
}
/// Compute the axis-aligned bounding box of this collider.