Skip to content

Commit

Permalink
FastPhysicsEngine.hpp: Solve typos
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 17, 2017
1 parent 95b1632 commit c86d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/include/physics/FastPhysicsEngine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class FastPhysicsEngine : public PhysicsEngineBase {
else
next.twist.linear = vcur_avg;

//there is no acceleration durring collison response
//there is no acceleration during collison response
next.accelerations.linear = Vector3r::Zero();
next.accelerations.angular = Vector3r::Zero();

Expand Down

0 comments on commit c86d8ba

Please sign in to comment.