From ec0a1adadf3c64957c8f7d529c6bdbf3fa037dd8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 22 Jan 2010 00:39:54 +0000 Subject: quick workround for polygon plotter issues improve polygon star plotter to have animation! svn path=/trunk/libnsfb/; revision=9862 --- src/plot/generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plot/generic.c b/src/plot/generic.c index a367d14..287c2c0 100644 --- a/src/plot/generic.c +++ b/src/plot/generic.c @@ -237,7 +237,7 @@ polygon(nsfb_t *nsfb, const int *p, unsigned int n, nsfb_colour_t c) if (x1 == nsfb->clip.x1 || x1 == poly_x1) break; - if (x0 == x1) + /* if (x0 == x1) FIXME: This is a hack and breaks other cases */ x1++; } } -- cgit v1.2.3