Fix pybullet.addUserDebugPoints help

This commit is contained in:
Kentaro Wada 2021-10-25 21:04:42 +01:00
parent 00dcce85f5
commit b22a2432b5

View File

@ -12910,7 +12910,7 @@ static PyMethodDef SpamMethods[] = {
"A lifeTime of 0 means permanent until removed. Returns a unique id for the user debug item."},
{"addUserDebugPoints", (PyCFunction)pybullet_addUserDebugPoints, METH_VARARGS | METH_KEYWORDS,
"Add a user debug draw point with pointPositions[3], pointColorsRGB[3], pointSize, lifeTime. "
"Add user debug draw points with pointPositions[3], pointColorsRGB[3], pointSize, lifeTime. "
"A lifeTime of 0 means permanent until removed. Returns a unique id for the user debug item."},
{"addUserDebugText", (PyCFunction)pybullet_addUserDebugText, METH_VARARGS | METH_KEYWORDS,