Skip to content
Snippets Groups Projects
Commit dc973f87 authored by Eidolon's avatar Eidolon
Browse files

Update interpolation during objectplace

parent 4ce6d38e
Branches
Tags
No related merge requests found
...@@ -583,8 +583,10 @@ void P_Ticker(boolean run) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment