Update btMprPenetration.h

fix typo
This commit is contained in:
erwincoumans
2019-06-17 09:39:25 -07:00
committed by GitHub
parent 2d1594cb29
commit 1061b3d816

View File

@@ -467,7 +467,7 @@ static int btRefinePortal(const btConvexTemplate &a, const btConvexTemplate &b,
for (int i = 0; i < BT_MPR_MAX_ITERATIONS; i++)
//while (1)
{
// compute direction outside the portal (from v0 throught v1,v2,v3
// compute direction outside the portal (from v0 through v1,v2,v3
// face)
btPortalDir(portal, &dir);