We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627fb21 commit e6db841Copy full SHA for e6db841
implementation_details.md
@@ -299,7 +299,7 @@ if received_newer_server_update {
299
300
// Calculate the current interpolation.
301
// Network conditions are assumed to be constant between updates.
302
-current_interpolation_delay = last_update_received_time + time_since_last_update - playback_time;
+current_interpolation_delay = (latest_snapshot_tick * timestep) + time_since_last_update - playback_time;
303
304
// I'm negating here because I'm scaling time and not frequency.
305
// i.e. 110% freq => 90% time
0 commit comments