mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-04 15:31:05 +00:00
Fix typo in view reset
This commit is contained in:
parent
1ac6efe8df
commit
1621b67afe
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ void P_PreTicker(INT32 frames)
|
||||||
|
|
||||||
R_UpdateLevelInterpolators();
|
R_UpdateLevelInterpolators();
|
||||||
R_UpdateViewInterpolation();
|
R_UpdateViewInterpolation();
|
||||||
R_ResetViewInterpolation();
|
R_ResetViewInterpolation(0);
|
||||||
|
|
||||||
P_MapEnd();
|
P_MapEnd();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue