From 72d3f45b05ee011ce928f63562ff0476fecd0633 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 5 Jun 2018 19:54:08 -0700 Subject: [PATCH] use new API b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3 (not 2) --- examples/pybullet/pybullet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pybullet/pybullet.c b/examples/pybullet/pybullet.c index ee2ad2483..a92bb5240 100644 --- a/examples/pybullet/pybullet.c +++ b/examples/pybullet/pybullet.c @@ -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: