From ed706630f617fb82fd798dd53ba0ab81f8c8cdb7 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 17 Aug 2011 20:05:22 +0200 Subject: [PATCH] Disable draw_lines again --- fb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fb.pl b/fb.pl index 3a7a03b..9b9a088 100644 --- a/fb.pl +++ b/fb.pl @@ -27,7 +27,7 @@ our $amplifier = 10; our $rect_step = 10; our $rect_over = 5; -our $draw_lines = 1; # this makes for real pretty graphs but it is a huge slowdown +our $draw_lines = 0; # this makes for real pretty graphs but it is a huge slowdown our $draw_rect = 1; -- 2.11.4.GIT