mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Run UpdateMobjInterpolators in preticker
This commit is contained in:
parent
1a08cd2f49
commit
0741b7ee8e
2 changed files with 2 additions and 1 deletions
|
@ -3385,7 +3385,6 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
|
||||
R_ResetViewInterpolation(0);
|
||||
R_ResetViewInterpolation(0);
|
||||
R_UpdateMobjInterpolators();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -827,6 +827,8 @@ void P_PreTicker(INT32 frames)
|
|||
{
|
||||
P_MapStart();
|
||||
|
||||
R_UpdateMobjInterpolators();
|
||||
|
||||
#ifdef HAVE_BLUA
|
||||
LUAh_PreThinkFrame();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue