m_jointAxis was renamed to m_linearJointAxis, also initialized with SimdVector3(0,0,0)

This commit is contained in:
ejcoumans
2006-06-13 23:44:51 +00:00
parent 63e05649ee
commit 0ce46e150d

View File

@@ -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)
{