add missing m_numDofs
This commit is contained in:
@@ -20,7 +20,7 @@ struct BodyJointInfoCache
|
|||||||
b3AlignedObjectArray<b3JointInfo> m_jointInfo;
|
b3AlignedObjectArray<b3JointInfo> m_jointInfo;
|
||||||
std::string m_bodyName;
|
std::string m_bodyName;
|
||||||
btAlignedObjectArray<int> m_userDataIds;
|
btAlignedObjectArray<int> m_userDataIds;
|
||||||
|
int m_numDofs;
|
||||||
~BodyJointInfoCache()
|
~BodyJointInfoCache()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ struct BodyJointInfoCache2
|
|||||||
btAlignedObjectArray<b3JointInfo> m_jointInfo;
|
btAlignedObjectArray<b3JointInfo> m_jointInfo;
|
||||||
std::string m_bodyName;
|
std::string m_bodyName;
|
||||||
btAlignedObjectArray<int> m_userDataIds;
|
btAlignedObjectArray<int> m_userDataIds;
|
||||||
|
int m_numDofs;
|
||||||
|
|
||||||
~BodyJointInfoCache2()
|
~BodyJointInfoCache2()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user