From 5fe4e63cb51b6ca9cfde8dd47a7546d6f7dd25ed Mon Sep 17 00:00:00 2001 From: SDraw Date: Sat, 22 Oct 2022 12:43:55 +0300 Subject: [PATCH] Still same --- ml_lme/LeapTracked.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml_lme/LeapTracked.cs b/ml_lme/LeapTracked.cs index 7ef3a7a..7f97c1c 100644 --- a/ml_lme/LeapTracked.cs +++ b/ml_lme/LeapTracked.cs @@ -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();