Exemplo n.º 1
0
 public void RemoveConstraint(Constraint constraint)
 {
     world.RemoveConstraint(constraint.constraint);
 }