mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
R_ViewRollAngle: don't apply camera tilting while using freecam
This commit is contained in:
parent
01e2a26689
commit
0036006586
1 changed files with 1 additions and 1 deletions
|
|
@ -979,7 +979,7 @@ angle_t R_ViewRollAngle(const player_t *player)
|
|||
|
||||
if (cv_tilting.value)
|
||||
{
|
||||
if (!player->spectator)
|
||||
if (!player->spectator && !demo.freecam)
|
||||
{
|
||||
roll += player->tilt;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue