aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pipeline/physics_pipeline.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pipeline/physics_pipeline.rs b/src/pipeline/physics_pipeline.rs
index 358efed..3a83e4c 100644
--- a/src/pipeline/physics_pipeline.rs
+++ b/src/pipeline/physics_pipeline.rs
@@ -401,9 +401,6 @@ impl PhysicsPipeline {
}
/// Executes one timestep of the physics simulation.
- ///
- /// This is the same as `self.step_generic`, except that it is specialized
- /// to work with `RigidBodySet` and `ColliderSet`.
pub fn step(
&mut self,
gravity: &Vector<Real>,