From a068a22bf644019399f50110e66e68d9aac39236 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:08:48 -0500 Subject: [PATCH] [DesktopVRIK] Remove TEMPFIX, didnt work. --- DesktopVRIK/IK/IKManager.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DesktopVRIK/IK/IKManager.cs b/DesktopVRIK/IK/IKManager.cs index e82a0ad..313e35c 100644 --- a/DesktopVRIK/IK/IKManager.cs +++ b/DesktopVRIK/IK/IKManager.cs @@ -182,10 +182,6 @@ public class IKManager : MonoBehaviour IKCalibrator.SetupHeadIKTarget(_vrik); - // TEMP: Fix for head IK breaking once exiting an emote - if (_vrik.TryGetComponent(out LookAtIK lookAtIk)) - lookAtIk.fixTransforms = false; - InitializeIkGeneral(); _ikHandler.OnInitializeIk();