Fix inverted vertical camera

This commit is contained in:
Sergeanur 2020-11-05 16:38:41 +02:00
parent 0d55b6182a
commit 5a59542679
2 changed files with 7 additions and 2 deletions

View file

@ -4626,7 +4626,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){