Warning fixes

This commit is contained in:
Sébastien Crozet
2022-07-01 11:57:24 +02:00
parent c9d8277377
commit b9f76e2fda
2 changed files with 4 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ use crate::geometry::{
ContactManifoldIndex, NarrowPhase, TemporaryInteractionIndex,
};
use crate::math::{Real, Vector};
use crate::pipeline::{ActiveEvents, EventHandler, PhysicsHooks};
use crate::pipeline::{EventHandler, PhysicsHooks};
use {crate::dynamics::RigidBodySet, crate::geometry::ColliderSet};
/// The physics pipeline, responsible for stepping the whole physics simulation.