diff options
Diffstat (limited to 'src/graphics.c')
-rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |