From: Dobrica Pavlinusic Date: Fri, 21 May 2010 16:00:29 +0000 (+0200) Subject: use curve points for plane path X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=commitdiff_plain;h=7fd99058bbd134b0af6649097442705109d66881 use curve points for plane path --- diff --git a/trace-path.pl b/trace-path.pl index b97779c..9a6e865 100755 --- a/trace-path.pl +++ b/trace-path.pl @@ -167,7 +167,7 @@ sub curve { $app->sync; push @airplanes, Airplane->new( $app ); - $airplanes[-1]->set_path( @path ); + $airplanes[-1]->set_path( @curve ); reset_path; }