Merge remote-tracking branch 'origin/physx' into physx_clean

This commit is contained in:
erwincoumans
2019-02-28 17:52:59 -08:00
17 changed files with 930 additions and 1780 deletions

View File

@@ -456,7 +456,7 @@ static PyObject* pybullet_connectPhysicsServer(PyObject* self, PyObject* args, P
#ifdef BT_ENABLE_PHYSX
case eCONNECT_PHYSX:
{
sm = b3ConnectPhysX();
sm = b3ConnectPhysX(argc, argv);
break;
}
#endif