add support for non-power-of-2 dma sizes (for small dma transfers)
add setBroadphase
This commit is contained in:
@@ -102,6 +102,10 @@ public:
|
||||
|
||||
virtual ~btCollisionWorld();
|
||||
|
||||
void setBroadphase(btBroadphaseInterface* pairCache)
|
||||
{
|
||||
m_broadphasePairCache = pairCache;
|
||||
}
|
||||
|
||||
btBroadphaseInterface* getBroadphase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user