mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-06 00:09:22 +00:00
RCCVirtualSteeringWheel: Fixes for 2025r178
This commit is contained in:
parent
621321c498
commit
40bc88586e
4 changed files with 10 additions and 8 deletions
|
@ -27,7 +27,6 @@ public class SteeringWheelRoot : MonoBehaviour
|
|||
public static void SetupSteeringWheel(RCC_CarControllerV3 carController, Bounds steeringWheelBounds)
|
||||
{
|
||||
Transform steeringWheel = carController.SteeringWheel;
|
||||
if (carController == null) return;
|
||||
|
||||
SteeringWheelRoot wheel = steeringWheel.gameObject.AddComponent<SteeringWheelRoot>();
|
||||
wheel._carController = carController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue