fix Mac OSX build

This commit is contained in:
erwin.coumans
2010-02-11 21:41:05 +00:00
parent 10c300c7a0
commit 065a56ee4b
6 changed files with 13 additions and 3 deletions

View File

@@ -40,7 +40,13 @@ class DemoApplication
protected:
btDynamicsWorld* m_dynamicsWorld;
btScalar m_defaultContactProcessingThreshold;
public:
DemoApplication()
:m_defaultContactProcessingThreshold(BT_LARGE_FLOAT)
{
}
virtual void myinit() {}
virtual btDynamicsWorld* getDynamicsWorld()
{