From 78b64a3c6a97ac534570920d449e808d94882110 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 Jan 2019 03:20:02 +0100 Subject: [PATCH] fractick in draw_gravity_particles --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 65177707..9f23f4ca 100644 --- a/graph.cpp +++ b/graph.cpp @@ -3632,7 +3632,7 @@ int colorhash(color_t i) { void draw_gravity_particles(cell *c, const transmatrix V) { int u = (int)(size_t)(c); u = ((u * 137) + (u % 1000) * 51) % 1000; - int tt = ticks + u; + int tt = ticks + u; fractick(ticks, 900); ld r0 = (tt % 900) / 1100.; ld r1 = (tt % 900 + 200) / 1100.;