From 01ae0a1734084fede2462c006ba650433300238d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 19 May 2010 16:19:04 +0200 Subject: [PATCH] use Algorithm::Line::Bresenham to draw lines later --- trace-path.pl | 1 + 1 file changed, 1 insertion(+) 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/; -- 2.20.1