From 17347b2e23292aad11c879d3df4a0e73c31e2ae8 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 9 Feb 2017 03:05:41 -0600 Subject: fixed up some red and blue stuff and put (hopefully) useful stuff into README. Also made testit.sh use a pre-converted version of the female mesh so people will not need perl to test it. --- src/graphics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics.c') diff --git a/src/graphics.c b/src/graphics.c index cdd9c4a..3cb973f 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -419,7 +419,7 @@ void draw_screen() { for(i=0;global.shape[i];i++) { //now we pick the color of this triangle! if(gra_global.red_and_blue) { - if(cn==0) { + if(cn%2==0) { set_color_red(); } else { set_color_blue(); -- cgit v1.2.3