Run UpdateLevelInterpolators in preticker

Fixes KartKrew/Kart-Public#10
This commit is contained in:
Eidolon 2022-05-05 18:49:31 -05:00
parent 4d18329946
commit 1920dba082

View file

@ -830,6 +830,8 @@ void P_PreTicker(INT32 frames)
LUA_HOOK(PostThinkFrame);
R_UpdateLevelInterpolators();
P_MapEnd();
}