mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 11:35:54 +00:00
free cam inversion fix
This commit is contained in:
parent
9b820cc0b6
commit
8590457d41
|
@ -5060,7 +5060,7 @@ CCam::Process_FollowCar_SA(const CVector& CameraTarget, float TargetOrientation,
|
||||||
|
|
||||||
// Using GetCarGun(LR/UD) will give us same unprocessed RightStick value as SA
|
// Using GetCarGun(LR/UD) will give us same unprocessed RightStick value as SA
|
||||||
float stickX = -(pad->GetCarGunLeftRight());
|
float stickX = -(pad->GetCarGunLeftRight());
|
||||||
float stickY = pad->GetCarGunUpDown();
|
float stickY = -pad->GetCarGunUpDown();
|
||||||
|
|
||||||
// In SA this checks for m_bUseMouse3rdPerson so num2 / num8 do not move camera
|
// In SA this checks for m_bUseMouse3rdPerson so num2 / num8 do not move camera
|
||||||
// when Keyboard & Mouse controls are used. To make it work better with III/VC, check for actual pad state instead
|
// when Keyboard & Mouse controls are used. To make it work better with III/VC, check for actual pad state instead
|
||||||
|
|
Loading…
Reference in a new issue