]> Dogcows Code - chaz/yoink/blobdiff - src/Character.cc
new timer class
[chaz/yoink] / src / Character.cc
index 3a9559f003776ed32a813afd365b9fa0dfec7fab..c6ad2a049874d821befa4e90da831703ce2ec653 100644 (file)
@@ -66,7 +66,7 @@ void Character::update(Mf::Scalar t, Mf::Scalar dt)
        current.force += -20.0 * (mag - d) * (x / mag) - 2.0 * current.velocity;
        current.force += userForce;
        current.recalculate();
-       std::cout << "force: " << current.momentum << std::endl;
+       //std::cout << "force: " << current.momentum << std::endl;
 
        Mf::integrate<State,Derivative>(current, t, dt);
 
This page took 0.016408 seconds and 4 git commands to generate.