revert to m_jointFriction (from m_jointFriction1)

This commit is contained in:
Erwin Coumans
2017-03-27 10:16:55 -07:00
parent d78909aef9
commit 38ad1bfb89
3 changed files with 4 additions and 4 deletions

View File

@@ -2118,7 +2118,7 @@ static PyObject* pybullet_getJointInfo(PyObject* self, PyObject* args, PyObject*
PyTuple_SetItem(pyListJointInfo, 6,
PyFloat_FromDouble(info.m_jointDamping));
PyTuple_SetItem(pyListJointInfo, 7,
PyFloat_FromDouble(info.m_jointFriction1));
PyFloat_FromDouble(info.m_jointFriction));
PyTuple_SetItem(pyListJointInfo, 8,
PyFloat_FromDouble(info.m_jointLowerLimit));
PyTuple_SetItem(pyListJointInfo, 9,