X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflurry-smoke.c;h=245e9f1b1c1867dfa056818277963c25bc215654;hp=a778621547e4dd895e9c50b494b9a67362963277;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hpb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c diff --git a/hacks/glx/flurry-smoke.c b/hacks/glx/flurry-smoke.c index a7786215..245e9f1b 100644 --- a/hacks/glx/flurry-smoke.c +++ b/hacks/glx/flurry-smoke.c @@ -168,7 +168,6 @@ void UpdateSmoke_ScalarBase(global_info_t *global, flurry_info_t *flurry, SmokeV if ((((i*4)+k) % flurry->numStreams) == j) { f *= 1.0f + streamBias; } - mag = f / (float) sqrt(rsquared); deltax -= (dx * mag);