diff options
| author | Sébastien Crozet <developer@crozet.re> | 2023-06-18 11:13:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-18 11:13:40 +0200 |
| commit | fb5adc76307db5e094599d69cceef0411b05d278 (patch) | |
| tree | fd6d9af79e683058edad2f9bbf7b8eceb91d62e4 /src | |
| parent | 89e3d7650c84f96893376a79cbc120aeaeb74785 (diff) | |
| parent | 9168d36dd4ed2a2ed1000bd5e9cbd698dffb4f6a (diff) | |
| download | rapier-fb5adc76307db5e094599d69cceef0411b05d278.tar.gz rapier-fb5adc76307db5e094599d69cceef0411b05d278.tar.bz2 rapier-fb5adc76307db5e094599d69cceef0411b05d278.zip | |
Merge pull request #493 from Imberflur/master
Delete mention of removed `PhysicsPipeline::step_generic`
Diffstat (limited to 'src')
| -rw-r--r-- | src/pipeline/physics_pipeline.rs | 3 |
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>, |
