Fix typo in view reset

This commit is contained in:
Eidolon 2022-05-05 19:57:58 -05:00
parent 1ac6efe8df
commit 1621b67afe

View file

@ -856,7 +856,7 @@ void P_PreTicker(INT32 frames)
R_UpdateLevelInterpolators();
R_UpdateViewInterpolation();
R_ResetViewInterpolation();
R_ResetViewInterpolation(0);
P_MapEnd();
}