Fix level interpolators jittering during objectplac

This commit is contained in:
chromaticpipe 2025-06-12 11:37:25 -05:00 committed by NepDisk
parent 6983e6bcd3
commit 0c1891aa36

View file

@ -678,6 +678,7 @@ void P_Ticker(boolean run)
{
P_MapStart();
R_UpdateMobjInterpolators();
R_UpdateLevelInterpolators();
OP_ObjectplaceMovement(&players[0]);
P_MoveChaseCamera(&players[0], &camera[0], false);
R_UpdateViewInterpolation();