enabled the vehicle demo again (still needs lots of tuning before it drives well)
fixed some warnings
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
|
||||
int getNumChildShapes() const
|
||||
{
|
||||
return m_childShapes.size();
|
||||
return int (m_childShapes.size());
|
||||
}
|
||||
|
||||
btCollisionShape* getChildShape(int index)
|
||||
|
||||
Reference in New Issue
Block a user