Run UpdateMobjInterpolators in preticker

This commit is contained in:
Eidolon 2022-05-05 19:23:26 -05:00
parent 1a08cd2f49
commit 0741b7ee8e
2 changed files with 2 additions and 1 deletions

View file

@ -3385,7 +3385,6 @@ boolean P_SetupLevel(boolean skipprecip)
R_ResetViewInterpolation(0); R_ResetViewInterpolation(0);
R_ResetViewInterpolation(0); R_ResetViewInterpolation(0);
R_UpdateMobjInterpolators();
return true; return true;
} }

View file

@ -827,6 +827,8 @@ void P_PreTicker(INT32 frames)
{ {
P_MapStart(); P_MapStart();
R_UpdateMobjInterpolators();
#ifdef HAVE_BLUA #ifdef HAVE_BLUA
LUAh_PreThinkFrame(); LUAh_PreThinkFrame();
#endif #endif