From 1a08cd2f491f7c5f3b14dc1c5c5c305d752286fd Mon Sep 17 00:00:00 2001 From: Eidolon Date: Thu, 5 May 2022 18:49:31 -0500 Subject: [PATCH] Run UpdateLevelInterpolators in preticker Fixes KartKrew/Kart-Public#10 --- src/p_tick.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_tick.c b/src/p_tick.c index 1964c1b9..96cbff2b 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -869,6 +869,8 @@ void P_PreTicker(INT32 frames) LUAh_PostThinkFrame(); #endif + R_UpdateLevelInterpolators(); + P_MapEnd(); hook_defrosting--;