enabled the vehicle demo again (still needs lots of tuning before it drives well)
fixed some warnings
This commit is contained in:
@@ -45,7 +45,7 @@ class btUnionFind
|
||||
|
||||
inline int getNumElements() const
|
||||
{
|
||||
return m_elements.size();
|
||||
return int(m_elements.size());
|
||||
}
|
||||
inline bool isRoot(int x) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user