fixed double precision build issues, thanks Alex Silverman, http://www.continuousphysics.com/Bullet/phpBB2/viewtopic.php?t=1434
This commit is contained in:
ejcoumans
2007-08-31 23:32:51 +00:00
parent 43d367d232
commit 0f7193c0f8
6 changed files with 24 additions and 5 deletions

View File

@@ -46,6 +46,8 @@ class btMultiSapBroadphase :public btBroadphaseInterface
btBroadphaseInterface* m_childBroadphase;
};
public:
struct btMultiSapProxy : public btBroadphaseProxy
{
@@ -73,6 +75,8 @@ class btMultiSapBroadphase :public btBroadphaseInterface
};
protected:
btAlignedObjectArray<btMultiSapProxy*> m_multiSapProxies;
public: