X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fchessmodels.c;h=903d2790f846226bb2dc5ea62556b6485d4217ca;hp=4ef0595d8465c018e29117cbd2cb62b4eed8bec1;hb=2c902d6065f9856adf31e8540a94f1e42e68e905;hpb=4cecfc89e5e889c7232693897c06168fb378bd5c diff --git a/hacks/glx/chessmodels.c b/hacks/glx/chessmodels.c index 4ef0595d..903d2790 100644 --- a/hacks/glx/chessmodels.c +++ b/hacks/glx/chessmodels.c @@ -69,7 +69,7 @@ void revolve_line(double *trace_r, double *trace_h, double max_ih, int rot) { pradius = trace_r[0] * piece_size; pheight = trace_h[0] * piece_size; - for(p = 0; p < npoints; ++p) { + for(p = 1; p < npoints; ++p) { radius = trace_r[p] * piece_size; height = trace_h[p] * piece_size;