mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
Update btVector3.h
This commit is contained in:
parent
f230011028
commit
b81252fbc4
@ -1187,7 +1187,6 @@ public:
|
||||
if (m_floats[3] < minVal)
|
||||
{
|
||||
minIndex = 3;
|
||||
minVal = m_floats[3];
|
||||
}
|
||||
|
||||
return minIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user