Merge pull request #1368 from elect86/patch-4

Update btVector3.h
This commit is contained in:
erwincoumans
2017-10-08 18:45:03 -07:00
committed by GitHub

View File

@@ -1187,7 +1187,6 @@ public:
if (m_floats[3] < minVal)
{
minIndex = 3;
minVal = m_floats[3];
}
return minIndex;