fix return type in pybullet

.
This commit is contained in:
erwincoumans
2016-06-20 15:00:35 -07:00
committed by GitHub
parent b58978184c
commit 01cad7c2a5

View File

@@ -276,7 +276,7 @@ pybullet_resetSimulation(PyObject* self, PyObject* args)
return Py_None; return Py_None;
} }
static int pybullet_setJointControl(PyObject* self, PyObject* args) static PyObject* pybullet_setJointControl(PyObject* self, PyObject* args)
{ {
//todo(erwincoumans): set max forces, kp, kd //todo(erwincoumans): set max forces, kp, kd