Skip to content

Commit

Permalink
Small Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorCash committed Aug 14, 2018
1 parent db76833 commit 57982b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/dgNewton/Newton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6022,10 +6022,10 @@ void NewtonBodyGetAlpha(const NewtonBody* const bodyPtr, dFloat* const alpha)


/*!
Get the global linear velocity of the body.
Get the global linear Acceleration of the body.
@param *bodyPtr is the pointer to the body.
@param *velocity pointer to an array of at least three floats to hold the velocity vector.
@param *acceleration pointer to an array of at least three floats to hold the acceleration vector.
See also: ::NewtonBodySetVelocity
*/
Expand Down

0 comments on commit 57982b5

Please sign in to comment.