[DesktopVRIK] Remove test calibration stuff.

I didn't like how it made things look. Much more overcomplicated compared to what I had before.

Goal was to test DesktopVRIKs calibrator with HalfbodyVRIK but im very lazy.
This commit is contained in:
NotAKidoS 2023-06-12 20:57:25 -05:00
parent 76a677e3e4
commit a98b9e32d7
4 changed files with 65 additions and 148 deletions

View file

@ -42,7 +42,6 @@ internal class DesktopVRIKSystem : MonoBehaviour
void Start()
{
Instance = this;
Calibrator = new DesktopVRIKCalibrator();
playerSetup = GetComponent<PlayerSetup>();