Fix inverted vertical camera

This commit is contained in:
withmorten 2021-02-05 12:08:14 +01:00
parent 5385d004ec
commit 2bd8be5872
1 changed files with 1 additions and 1 deletions

View File

@ -4631,7 +4631,7 @@ CCam::Process_FollowPed_Rotation(const CVector &CameraTarget, float TargetOrient
*/
{
LookLeftRight = -CPad::GetPad(0)->LookAroundLeftRight();
LookUpDown = -CPad::GetPad(0)->LookAroundUpDown();
LookUpDown = CPad::GetPad(0)->LookAroundUpDown();
}
float AlphaOffset, BetaOffset;
if(UseMouse){