From fdd370e51a90ff0fea82709185455b48e3841981 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Wed, 2 Jun 2021 17:41:49 +0200 Subject: Release v0.9.0 --- src/geometry/collider.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry') diff --git a/src/geometry/collider.rs b/src/geometry/collider.rs index 44295c4..2b82cc4 100644 --- a/src/geometry/collider.rs +++ b/src/geometry/collider.rs @@ -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. -- cgit