--- trunk/src/primitives/StuntDouble.cpp 2008/05/27 16:39:06 1245 +++ trunk/src/primitives/StuntDouble.cpp 2008/10/21 18:23:31 1309 @@ -63,6 +63,7 @@ namespace oopse { void StuntDouble::zeroForcesAndTorques() { setFrc(V3Zero); setTrq(V3Zero); + setParticlePot(0.0); } void StuntDouble::addProperty(GenericData* genData) { properties_.addProperty(genData);