This commit is contained in:
Irlan 2018-03-26 17:00:11 -03:00
parent 42c8a998fb
commit 4d5c0644b3

View File

@ -320,7 +320,7 @@ void b3SpringCloth::Step(float32 dt)
} }
} }
// Solve springs, constraints, and integrate // Integrate
b3SpringSolverDef solverDef; b3SpringSolverDef solverDef;
solverDef.cloth = this; solverDef.cloth = this;
solverDef.dt = dt; solverDef.dt = dt;