From 1061b3d816dcf44e166b97f731b920b930f1922a Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Mon, 17 Jun 2019 09:39:25 -0700 Subject: [PATCH] Update btMprPenetration.h fix typo --- src/BulletCollision/NarrowPhaseCollision/btMprPenetration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BulletCollision/NarrowPhaseCollision/btMprPenetration.h b/src/BulletCollision/NarrowPhaseCollision/btMprPenetration.h index 358bc95d8..94d0f284f 100644 --- a/src/BulletCollision/NarrowPhaseCollision/btMprPenetration.h +++ b/src/BulletCollision/NarrowPhaseCollision/btMprPenetration.h @@ -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);