mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 20:41:11 +00:00
still fixing cg_view.c
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
3c05e86b9c
commit
e196e5b30e
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ static void CG_UpdateThirdPersonCameraDamp ( void ) {
|
|||
|
||||
//If we need to do any damping at all
|
||||
if ( cg_thirdPersonCameraDamp.value != 0.0 ) {
|
||||
float pitch,dampFactor;
|
||||
float pitch;
|
||||
|
||||
//get pitch, and make it all positive. Direction don't matter here
|
||||
pitch = Q_fabs( cameraFocusAngles[PITCH] );
|
||||
|
|
Loading…
Reference in a new issue