From 4d5c0644b3e094d1b12c32fa2488a5cf4257f0cf Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Mon, 26 Mar 2018 17:00:11 -0300 Subject: [PATCH] typo --- src/bounce/dynamics/cloth/spring_cloth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bounce/dynamics/cloth/spring_cloth.cpp b/src/bounce/dynamics/cloth/spring_cloth.cpp index 624be35..62c12cd 100644 --- a/src/bounce/dynamics/cloth/spring_cloth.cpp +++ b/src/bounce/dynamics/cloth/spring_cloth.cpp @@ -320,7 +320,7 @@ void b3SpringCloth::Step(float32 dt) } } - // Solve springs, constraints, and integrate + // Integrate b3SpringSolverDef solverDef; solverDef.cloth = this; solverDef.dt = dt;