Update btVector3.h

This commit is contained in:
Giuseppe Barbieri
2017-10-08 10:49:20 +02:00
committed by GitHub
parent f230011028
commit b81252fbc4

View File

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