mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-04 23:41:07 +00:00
Update interpolation during objectplace
This commit is contained in:
parent
64088d8f07
commit
8a4d865880
1 changed files with 2 additions and 0 deletions
|
@ -583,8 +583,10 @@ void P_Ticker(boolean run)
|
||||||
if (OP_FreezeObjectplace())
|
if (OP_FreezeObjectplace())
|
||||||
{
|
{
|
||||||
P_MapStart();
|
P_MapStart();
|
||||||
|
R_UpdateMobjInterpolators();
|
||||||
OP_ObjectplaceMovement(&players[0]);
|
OP_ObjectplaceMovement(&players[0]);
|
||||||
P_MoveChaseCamera(&players[0], &camera[0], false);
|
P_MoveChaseCamera(&players[0], &camera[0], false);
|
||||||
|
R_UpdateViewInterpolation();
|
||||||
P_MapEnd();
|
P_MapEnd();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue