Merge pull request #493 from Imberflur/master

Delete mention of removed `PhysicsPipeline::step_generic`
This commit is contained in:
Sébastien Crozet
2023-06-18 11:13:40 +02:00
committed by GitHub

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>,