git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@272 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2010-02-08 19:06:14 +00:00
parent 66e61bef74
commit 7ffeeaf003

View File

@ -68,8 +68,6 @@ bool CollisionDetection::computeCollisionDetection(PhysicsWorld* world) {
assert(contact != 0);
existsCollision = true;
Vector3D test = contact->getNormal(); // TODO : Delete this
// Add the new collision contact into the collision world
world->addConstraint(contact);
}