diff --git a/include/bounce/dynamics/cloth/cloth.h b/include/bounce/dynamics/cloth/cloth.h index 9906864..550eca9 100644 --- a/include/bounce/dynamics/cloth/cloth.h +++ b/include/bounce/dynamics/cloth/cloth.h @@ -185,7 +185,7 @@ public: // Set the type of a given particle. void SetType(b3Particle* p, b3ParticleType type); - // Translate a particle in the next time step. + // Translate a given particle in the next time step. void Translate(b3Particle* p, const b3Vec3& translation); // Set the velocity of a given particle.