Update btMprPenetration.h
fix typo
This commit is contained in:
@@ -467,7 +467,7 @@ static int btRefinePortal(const btConvexTemplate &a, const btConvexTemplate &b,
|
|||||||
for (int i = 0; i < BT_MPR_MAX_ITERATIONS; i++)
|
for (int i = 0; i < BT_MPR_MAX_ITERATIONS; i++)
|
||||||
//while (1)
|
//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)
|
// face)
|
||||||
btPortalDir(portal, &dir);
|
btPortalDir(portal, &dir);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user