Merge pull request #2986 from erwincoumans/master

fix copy/paste bug in pybullet.c related to collisionShapeOrientation…
This commit is contained in:
erwincoumans
2020-08-13 11:28:07 -07:00
committed by GitHub

View File

@@ -8053,7 +8053,7 @@ static PyObject* pybullet_getClosestPointData(PyObject* self, PyObject* args, Py
&bodyUniqueIdA, &bodyUniqueIdB, &distanceThreshold, &linkIndexA, &linkIndexB,
&collisionShapeA, &collisionShapeB,
&collisionShapePositionAObj, &collisionShapePositionBObj,
&collisionShapeOrientationA, &collisionShapeOrientationBObj,
&collisionShapeOrientationAObj, &collisionShapeOrientationBObj,
&physicsClientId))
return NULL;