Delete mention of removed PhysicsPipeline::step_generic

This was removed in version 0.12.0

89e3d7650c/CHANGELOG.md (L191)
This commit is contained in:
Imbris
2023-05-26 15:59:14 -04:00
committed by GitHub
parent 89e3d7650c
commit 9168d36dd4

View File

@@ -401,9 +401,6 @@ impl PhysicsPipeline {
} }
/// Executes one timestep of the physics simulation. /// 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( pub fn step(
&mut self, &mut self,
gravity: &Vector<Real>, gravity: &Vector<Real>,