mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Run UpdateLevelInterpolators in preticker
Fixes KartKrew/Kart-Public#10
This commit is contained in:
parent
cd6a68aea5
commit
1a08cd2f49
1 changed files with 2 additions and 0 deletions
|
@ -869,6 +869,8 @@ void P_PreTicker(INT32 frames)
|
|||
LUAh_PostThinkFrame();
|
||||
#endif
|
||||
|
||||
R_UpdateLevelInterpolators();
|
||||
|
||||
P_MapEnd();
|
||||
|
||||
hook_defrosting--;
|
||||
|
|
Loading…
Reference in a new issue