Fix some warnings.

This commit is contained in:
Crozet Sébastien
2021-04-27 14:37:39 +02:00
parent c32da78f2a
commit 3cab54b880
3 changed files with 7 additions and 8 deletions

View File

@@ -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")]