Merge pull request #493 from Imberflur/master
Delete mention of removed `PhysicsPipeline::step_generic`
This commit is contained in:
@@ -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>,
|
||||||
|
|||||||
Reference in New Issue
Block a user