Run UpdateLevelInterpolators in preticker

Fixes KartKrew/Kart-Public#10
This commit is contained in:
Eidolon 2022-05-05 18:49:31 -05:00
parent cd6a68aea5
commit 1a08cd2f49

View file

@ -869,6 +869,8 @@ void P_PreTicker(INT32 frames)
LUAh_PostThinkFrame();
#endif
R_UpdateLevelInterpolators();
P_MapEnd();
hook_defrosting--;