diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-06-02 17:41:49 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2021-06-02 18:01:23 +0200 |
| commit | fdd370e51a90ff0fea82709185455b48e3841981 (patch) | |
| tree | 7de095abd05f4844c2b9938bbd0e03ddafab175b /src/geometry/collider.rs | |
| parent | c7b876e2f7fc69d453faf5dc6ee162eeb079aca6 (diff) | |
| download | rapier-0.9.0.tar.gz rapier-0.9.0.tar.bz2 rapier-0.9.0.zip | |
Release v0.9.0v0.9.0
Diffstat (limited to 'src/geometry/collider.rs')
| -rw-r--r-- | src/geometry/collider.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
