Skip to content

Fix level interpolators jittering during objectplace

Currently, level interpolator positions were not being updated during objectplace, causing level interpolators to jitter between their positions on the current tick and the next. This patch fixes that by simply updating the level interpolator state when objectplace is active.

Comparison videos(using videos instead of GIFs because the lag the game and make the jitter less noticeable)

next

2025-06-12 10-46-44.mov

patch

2025-06-12 10-47-55.mov

Merge request reports

Loading