From 8f106c8037c5f032eff64ab9c8aca52aa3cc6355 Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Thu, 24 May 2018 18:53:27 -0300 Subject: [PATCH] comment --- include/bounce/dynamics/cloth/cloth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.