m_jointAxis was renamed to m_linearJointAxis, also initialized with SimdVector3(0,0,0)
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
const SimdVector3& axisInB,
|
||||
const SimdVector3& inertiaInvA,
|
||||
const SimdVector3& inertiaInvB)
|
||||
: m_jointAxis(m_jointAxis)
|
||||
: m_linearJointAxis(SimdVector3(0.f,0.f,0.f))
|
||||
, m_aJ(axisInA)
|
||||
, m_bJ(axisInB)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user