mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-17 20:46:35 +00:00
fix
This commit is contained in:
parent
b5c09965a9
commit
776693235c
1 changed files with 0 additions and 3 deletions
|
@ -5073,9 +5073,6 @@ CCam::Process_FollowCar_SA(const CVector& CameraTarget, float TargetOrientation,
|
|||
else if (CPad::bInvertLook4Pad)
|
||||
stickY = -stickY;
|
||||
|
||||
if (CCamera::m_bUseMouse3rdPerson)
|
||||
stickY = 0.0f;
|
||||
|
||||
float xMovement = Abs(stickX) * (FOV / 80.0f * 5.f / 70.f) * stickX * 0.007f * 0.007f;
|
||||
float yMovement = Abs(stickY) * (FOV / 80.0f * 3.f / 70.f) * stickY * 0.007f * 0.007f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue