Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Yale committed Jun 27, 2014
1 parent cecc62c commit 1aa1641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquidfun/Box2D/Box2D/Particle/b2ParticleSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ class b2ParticleSystem
/// Distribute a force across several particles. The particles must not be
/// wall particles. Note that the force is distributed across all the
/// particles, so calling this function for indices 0..N is not the same as
/// calling ApplyForce(i, force) for i in 0..N.
/// calling ParticleApplyForce(i, force) for i in 0..N.
/// @param firstIndex the first particle to be modified.
/// @param lastIndex the last particle to be modified.
/// @param force the world force vector, usually in Newtons (N).
Expand Down

0 comments on commit 1aa1641

Please sign in to comment.