Still same

This commit is contained in:
SDraw 2022-10-22 12:43:55 +03:00
parent 6ba4502319
commit 5fe4e63cb5
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5

View file

@ -292,8 +292,8 @@ namespace ml_lme
}
else
{
m_vrIK.onPreSolverUpdate.AddListener(this.OnIKPreUpdate);
m_vrIK.onPostSolverUpdate.AddListener(this.OnIKPostUpdate);
m_vrIK.solver.OnPreUpdate += this.OnIKPreUpdate;
m_vrIK.solver.OnPostUpdate += this.OnIKPostUpdate;
}
l_poseHandler?.Dispose();