mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Fix typo in view reset
This commit is contained in:
parent
80a479f512
commit
e3f4479457
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ void P_PreTicker(INT32 frames)
|
|||
|
||||
R_UpdateLevelInterpolators();
|
||||
R_UpdateViewInterpolation();
|
||||
R_ResetViewInterpolation();
|
||||
R_ResetViewInterpolation(0);
|
||||
|
||||
P_MapEnd();
|
||||
|
||||
|
|
Loading…
Reference in a new issue