feat (vision): remove the crt

This commit is contained in:
Pierre Ryssen
2026-03-30 16:16:30 +02:00
parent faf2f92521
commit d0d5fccc37
2 changed files with 105 additions and 105 deletions

View File

@@ -16,9 +16,9 @@ public class PlayerLook : MonoBehaviour
private void Awake()
{
m_rigidbody = GetComponent<Rigidbody>();
input = GetComponent<PlayerInputController>();
headController = GetComponent<PlayerHeadController>();
m_rigidbody = GetComponent<Rigidbody>();
input = GetComponent<PlayerInputController>();
headController = GetComponent<PlayerHeadController>();
}
private void FixedUpdate()