diff options
-rw-r--r-- | src/graphics_c3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics_c3.c b/src/graphics_c3.c index f5dbdbe..72a03e3 100644 --- a/src/graphics_c3.c +++ b/src/graphics_c3.c @@ -516,7 +516,7 @@ void draw_screen() { void redraw() {//something is requesting a redraw. if(gra_global.redrawplzkthx == 0) { gra_global.redrawplzkthx=1;//this is to prevent drawing way too often. - fprintf(stderr,"# in the redraw() function\n"); + //fprintf(stderr,"# in the redraw() function\n"); write(gra_global.redraw[1],"redrawplzkthx!\n",15); } } |