Tautology in GetPenetrationDepthStepEPA (#760)
* The function ConvexHullBuilder::AddPoint calls ConvexHullBuilder::FindEdge, which sets inFacingFace->mRemoved = true. Thus, the condition if (t->mRemoved) in GetPenetrationDepthStepEPA is always true.
* Fixed a "misleading" comment in TriangleQueue::PopClosest: Given sTriangleSorter, the function pop_heap moves the closest point to the end, not the largest one.