mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Still same
This commit is contained in:
parent
6ba4502319
commit
5fe4e63cb5
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue