mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01:00
fix
This commit is contained in:
parent
df4e22e3d0
commit
20dabf0b49
@ -5069,9 +5069,6 @@ CCam::Process_FollowCar_SA(const CVector& CameraTarget, float TargetOrientation,
|
|||||||
else if (CPad::bInvertLook4Pad)
|
else if (CPad::bInvertLook4Pad)
|
||||||
stickY = -stickY;
|
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 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;
|
float yMovement = Abs(stickY) * (FOV / 80.0f * 3.f / 70.f) * stickY * 0.007f * 0.007f;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user