This commit is contained in:
Irlan 2018-05-09 18:11:34 -03:00
parent 1dd59fd5b8
commit 2e39ebd4e4

View File

@ -84,7 +84,7 @@ public:
m_hull.Set(m_points, m_count);
assert(m_hull.faceCount > 0);
m_selection = 0;
m_selection = m_hull.GetSupportFace(b3Vec3_z);
}
void Step()