aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline
diff options
context:
space:
mode:
authorImbris <2002109+Imberflur@users.noreply.github.com>2023-05-26 15:59:14 -0400
committerGitHub <noreply@github.com>2023-05-26 15:59:14 -0400
commit9168d36dd4ed2a2ed1000bd5e9cbd698dffb4f6a (patch)
treefd6d9af79e683058edad2f9bbf7b8eceb91d62e4 /src/pipeline
parent89e3d7650c84f96893376a79cbc120aeaeb74785 (diff)
downloadrapier-9168d36dd4ed2a2ed1000bd5e9cbd698dffb4f6a.tar.gz
rapier-9168d36dd4ed2a2ed1000bd5e9cbd698dffb4f6a.tar.bz2
rapier-9168d36dd4ed2a2ed1000bd5e9cbd698dffb4f6a.zip
Delete mention of removed `PhysicsPipeline::step_generic`
This was removed in version 0.12.0 https://github.com/dimforge/rapier/blob/89e3d7650c84f96893376a79cbc120aeaeb74785/CHANGELOG.md?plain=1#L191
Diffstat (limited to 'src/pipeline')
-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>,