a few compile/warning fixes

This commit is contained in:
Erwin Coumans
2017-07-01 10:01:55 -07:00
parent c17625a4d0
commit 9cf747b35b
4 changed files with 4 additions and 9 deletions

View File

@@ -4651,11 +4651,6 @@ static PyObject* pybullet_loadTexture(PyObject* self, PyObject* args, PyObject*
item = PyInt_FromLong(b3GetStatusTextureUniqueId(statusHandle));
return item;
}
else
{
PyErr_SetString(SpamError, "Error loading texture");
return NULL;
}
}
PyErr_SetString(SpamError, "Error loading texture");