mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-05 01:50:05 +00:00
make flag/enable required argument
update pybullet quickstart guide PDF from https://docs.google.com/document/d/10sXEhzFRSnvFcl3XxNGhnD4N2SedqwdAvK3dsihxVUA/edit#
This commit is contained in:
parent
926c83f2ab
commit
218f883211
Binary file not shown.
@ -2966,7 +2966,7 @@ static PyObject* pybullet_configureDebugVisualizer(PyObject* self, PyObject* arg
|
||||
b3PhysicsClientHandle sm=0;
|
||||
static char *kwlist[] = { "flag", "enable", "physicsClientId", NULL };
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(args, keywds, "|iii", kwlist,
|
||||
if (!PyArg_ParseTupleAndKeywords(args, keywds, "ii|i", kwlist,
|
||||
&flag, &enable, &physicsClientId))
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user