mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +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_ResetViewInterpolation(0);
|
R_ResetViewInterpolation(0);
|
||||||
R_UpdateMobjInterpolators();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue