Removed recursion warning in brim

stable
Alessandro Ranellucci 2013-11-24 13:08:13 +01:00
parent 387df3b900
commit 22605418ba
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ use Slic3r::Geometry qw(scale);
sub traverse_pt {
my ($polynodes) = @_;
no warnings 'recursion';
# use a nearest neighbor search to order these children
# TODO: supply second argument to chained_path_items() too?