Reset state after zoom out

This commit is contained in:
Steam Deck User 2023-01-20 19:04:49 -05:00
parent 82f798f2c5
commit 0f7d7367e9
1 changed files with 1 additions and 0 deletions

View File

@ -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;