mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 08:56:38 +03:00
Fix water UV on high FPS and inverted free camera
This commit is contained in:
parent
a8f1505517
commit
e0b3418e65
3 changed files with 11 additions and 1 deletions
|
@ -4489,7 +4489,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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue