remove some warning ,see also Pull Request #302

bump up pybullet version
This commit is contained in:
Erwin Coumans
2017-09-14 08:08:24 -07:00
parent 4a6bc7c95f
commit 06b695e051
3 changed files with 1 additions and 3 deletions

View File

@@ -1159,7 +1159,6 @@ public:
if (m_floats[3] > maxVal)
{
maxIndex = 3;
maxVal = m_floats[3];
}
return maxIndex;