RCCVirtualSteeringWheel: Fixes for 2025r178

This commit is contained in:
NotAKidoS 2025-01-15 16:42:05 -06:00
parent 621321c498
commit 40bc88586e
4 changed files with 10 additions and 8 deletions

View file

@ -24,6 +24,9 @@ internal static class RCCCarControllerV3_Patches
{
if (!result.IsValid)
return;
if (!__instance)
return;
SteeringWheelRoot.SetupSteeringWheel(__instance, result.LocalBounds);
});