From: Dobrica Pavlinusic Date: Wed, 19 May 2010 14:19:04 +0000 (+0200) Subject: use Algorithm::Line::Bresenham to draw lines later X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=commitdiff_plain;h=01ae0a1734084fede2462c006ba650433300238d use Algorithm::Line::Bresenham to draw lines later --- diff --git a/trace-path.pl b/trace-path.pl index 61a4066..77a378d 100755 --- a/trace-path.pl +++ b/trace-path.pl @@ -9,6 +9,7 @@ use SDL::Color; use SDL::Constants; use SDL::Event; use Math::CatmullRom; +#use Algorithm::Line::Bresenham; use Carp qw/confess/; use Data::Dump qw/dump/;