mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 16:08:59 +00:00
CCam fix
This commit is contained in:
parent
739e80614d
commit
2833a08b96
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ CCam::Process_FollowPedWithMouse(const CVector &CameraTarget, float TargetOrient
|
|||
CamDist = fBaseDist + Cos(Alpha)*fAngleDist;
|
||||
|
||||
if(TheCamera.m_bUseTransitionBeta)
|
||||
Beta = -CGeneral::GetATanOfXY(-Cos(m_fTransitionBeta), -Sin(m_fTransitionBeta));
|
||||
Beta = CGeneral::GetATanOfXY(-Cos(m_fTransitionBeta), -Sin(m_fTransitionBeta));
|
||||
|
||||
if(TheCamera.m_bCamDirectlyBehind)
|
||||
Beta = TheCamera.m_PedOrientForBehindOrInFront;
|
||||
|
|
Loading…
Reference in a new issue