mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 20:02:37 +00:00
Reset state after zoom out
This commit is contained in:
parent
82f798f2c5
commit
0f7d7367e9
1 changed files with 1 additions and 0 deletions
|
@ -1136,6 +1136,7 @@ void V_CalcRefdef (void)
|
|||
{
|
||||
ADSOffset[0] = 0;
|
||||
ADSOffset[1] = 0;
|
||||
ADSOffset[2] = 0;
|
||||
}
|
||||
//Side offset
|
||||
cADSOfs [0] += (ADSOffset[0] - cADSOfs[0]) * 0.25;
|
||||
|
|
Loading…
Reference in a new issue