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

Update interpolation during objectplace

parent 8040c8fe
No related branches found
No related tags found
1 merge request!1783Uncapped
......@@ -618,8 +618,10 @@ void P_Ticker(boolean run)
if (OP_FreezeObjectplace())
{
P_MapStart();
R_UpdateMobjInterpolators();
OP_ObjectplaceMovement(&players[0]);
P_MoveChaseCamera(&players[0], &camera, false);
R_UpdateViewInterpolation();
P_MapEnd();
S_SetStackAdjustmentStart();
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment