From 8a4d865880fddc87c9709bd5c5a5e42cf0dbda9d Mon Sep 17 00:00:00 2001 From: Eidolon Date: Sat, 21 May 2022 14:38:32 -0500 Subject: [PATCH] Update interpolation during objectplace --- src/p_tick.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_tick.c b/src/p_tick.c index 63054931..cf3aad2a 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -583,8 +583,10 @@ void P_Ticker(boolean run) if (OP_FreezeObjectplace()) { P_MapStart(); + R_UpdateMobjInterpolators(); OP_ObjectplaceMovement(&players[0]); P_MoveChaseCamera(&players[0], &camera[0], false); + R_UpdateViewInterpolation(); P_MapEnd(); return; }