avoid breaking the API (forcing to implement resetPool), so that spubullet 2.73 sp1 stays compatible with public bullet-2.74
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
|||||||
virtual void getBroadphaseAabb(btVector3& aabbMin,btVector3& aabbMax) const =0;
|
virtual void getBroadphaseAabb(btVector3& aabbMin,btVector3& aabbMax) const =0;
|
||||||
|
|
||||||
///reset broadphase internal structures, to ensure determinism/reproducability
|
///reset broadphase internal structures, to ensure determinism/reproducability
|
||||||
virtual void resetPool(btDispatcher* dispatcher)=0;
|
virtual void resetPool(btDispatcher* dispatcher) {};
|
||||||
|
|
||||||
virtual void printStats() = 0;
|
virtual void printStats() = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user