From c65f5cf2f75d19eaf0a948ea269df2fb40dd9e41 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Fri, 23 Dec 2022 21:18:29 -0800 Subject: [PATCH] Clarify particle processing --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 50a42f0..fd11ae1 100644 --- a/main.c +++ b/main.c @@ -1980,6 +1980,7 @@ static void frame(void) apply_this_tick_of_input_to_player(tick_to_predict); // process particles + // without processing them at fixed timestep, there is jitter { double dt = TIMESTEP; PARTICLES_ITER(p)