From 9168d36dd4ed2a2ed1000bd5e9cbd698dffb4f6a Mon Sep 17 00:00:00 2001 From: Imbris <2002109+Imberflur@users.noreply.github.com> Date: Fri, 26 May 2023 15:59:14 -0400 Subject: 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 --- src/pipeline/physics_pipeline.rs | 3 --- 1 file changed, 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, -- cgit