Skip to content

Commit

Permalink
fix pre commit
Browse files Browse the repository at this point in the history
Signed-off-by: Alptuğ Cırıt <[email protected]>
  • Loading branch information
mozhoku committed Sep 6, 2024
1 parent 8f14ed4 commit cb0c26e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private void Start()
_vehicleController = GetComponent<VPVehicleController>();
_standardInput = GetComponent<VPStandardInput>();
_rigidbody = GetComponent<Rigidbody>();

// set camera target to this vehicle
_cameraController = FindObjectOfType<VPCameraController>();
_cameraController.target = transform;
Expand Down

0 comments on commit cb0c26e

Please sign in to comment.