Merge pull request #1733 from erwincoumans/master

use new API b3CreateInProcessPhysicsServerFromExistingExampleBrowserA…
This commit is contained in:
erwincoumans
2018-06-05 19:54:37 -07:00
committed by GitHub

View File

@@ -399,7 +399,7 @@ static PyObject* pybullet_connectPhysicsServer(PyObject* self, PyObject* args, P
}
case eCONNECT_SHARED_MEMORY_SERVER:
{
sm = b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect2(0, key);
sm = b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3(0, key);
break;
}
case eCONNECT_DIRECT: