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;