From 06dfb050e6536ceeff882b4ee872e9d59bbae110 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Wed, 4 May 2016 16:03:41 +0200 Subject: [PATCH] Issue 4844: Move epsilon in Lookup::round_filled_polygon (issue 680 oversight) --- lily/lookup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/lookup.cc b/lily/lookup.cc index b6d13fc356..3e592516c5 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -246,9 +246,9 @@ Lookup::round_filled_polygon (vector const &points, applies to the given polygon. However, this is quite complicated to check. */ +#ifdef DEBUG const Real epsilon = 0.01; -#ifdef DEBUG /* remove consecutive duplicate points */ for (vsize i = 0; i < points.size (); i++) { -- 2.39.2