made data protected so derived classes can access it

This commit is contained in:
ejcoumans
2007-07-03 23:22:17 +00:00
parent 9b8ebf082d
commit 7c5164baaf

View File

@@ -41,6 +41,8 @@ struct btSimpleBroadphaseProxy : public btBroadphaseProxy
class btSimpleBroadphase : public btOverlappingPairCache
{
protected:
btSimpleBroadphaseProxy* m_proxies;
int* m_freeProxies;
int m_firstFreeProxy;