Fix level interpolators jittering during objectplac
This commit is contained in:
parent
6983e6bcd3
commit
0c1891aa36
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue