mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[DesktopVRIK] Remove TEMPFIX, didnt work.
This commit is contained in:
parent
5455f03dcc
commit
a068a22bf6
1 changed files with 0 additions and 4 deletions
|
@ -182,10 +182,6 @@ public class IKManager : MonoBehaviour
|
||||||
|
|
||||||
IKCalibrator.SetupHeadIKTarget(_vrik);
|
IKCalibrator.SetupHeadIKTarget(_vrik);
|
||||||
|
|
||||||
// TEMP: Fix for head IK breaking once exiting an emote
|
|
||||||
if (_vrik.TryGetComponent(out LookAtIK lookAtIk))
|
|
||||||
lookAtIk.fixTransforms = false;
|
|
||||||
|
|
||||||
InitializeIkGeneral();
|
InitializeIkGeneral();
|
||||||
|
|
||||||
_ikHandler.OnInitializeIk();
|
_ikHandler.OnInitializeIk();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue