Browse Source

Merge branch 'master' into hlfixed

hlfixed
Andrey Akhmichin 2 years ago
parent
commit
347595e1ee
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
  1. 2
      cl_dll/view.cpp

2
cl_dll/view.cpp

@ -735,7 +735,7 @@ void V_CalcNormalRefdef( struct ref_params_s *pparams ) @@ -735,7 +735,7 @@ void V_CalcNormalRefdef( struct ref_params_s *pparams )
// Apply this at all times
{
float pitch = camAngles[0];
float pitch = pparams->viewangles[0];
// Normalize angles
if( pitch > 180.0f )

Loading…
Cancel
Save