diff --git a/intern/iksolver/intern/IK_JacobianSolver.cpp b/intern/iksolver/intern/IK_JacobianSolver.cpp index de4531f1677..d0e1b4c0748 100644 --- a/intern/iksolver/intern/IK_JacobianSolver.cpp +++ b/intern/iksolver/intern/IK_JacobianSolver.cpp @@ -134,7 +134,7 @@ ComputeInverseJacobian( m_svd_w = 0; m_svd_v = 0; - TNT::SVD(m_svd_u,m_svd_w,m_svd_v); + TNT::SVD_a(m_svd_u,m_svd_w,m_svd_v); // invert the SVD and compute inverse