From 3cab54b880fbe762cd0909c51b8b8e18c45c4745 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 27 Apr 2021 14:37:39 +0200 Subject: Fix some warnings. --- src/geometry/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry') diff --git a/src/geometry/mod.rs b/src/geometry/mod.rs index 9835bee..a4b17f3 100644 --- a/src/geometry/mod.rs +++ b/src/geometry/mod.rs @@ -90,7 +90,7 @@ impl IntersectionEvent { pub(crate) use self::broad_phase_multi_sap::{BroadPhasePairEvent, ColliderPair, SAPProxyIndex}; pub(crate) use self::narrow_phase::ContactManifoldIndex; -pub(crate) use parry::partitioning::SimdQuadTree; +pub(crate) use parry::partitioning::QBVH; pub use parry::shape::*; #[cfg(feature = "serde-serialize")] -- cgit