fixes in AllBulletDemos OSX projectfile

This commit is contained in:
erwin.coumans
2011-04-07 17:08:21 +00:00
parent e6044a1086
commit e9f2176804
5 changed files with 65 additions and 11 deletions

View File

@@ -73,6 +73,10 @@ public:
return m_sbi;
}
virtual btDynamicsWorldType getWorldType() const
{
return BT_SOFT_RIGID_DYNAMICS_WORLD;
}
btSoftBodyArray& getSoftBodyArray()
{