revert backward compabitility in API

This commit is contained in:
Erwin Coumans
2018-10-20 19:44:39 -07:00
parent 01a8a36933
commit 2d224cf319
5 changed files with 27 additions and 5 deletions

View File

@@ -5606,7 +5606,7 @@ static PyObject* pybullet_changeVisualShape(PyObject* self, PyObject* args, PyOb
}
{
commandHandle = b3InitUpdateVisualShape(sm, objectUniqueId, jointIndex, shapeIndex);
commandHandle = b3InitUpdateVisualShape2(sm, objectUniqueId, jointIndex, shapeIndex);
if (textureUniqueId>=-1)
{