From: David Kastrup Date: Wed, 4 May 2016 14:03:41 +0000 (+0200) Subject: Issue 4844: Move epsilon in Lookup::round_filled_polygon (issue 680 oversight) X-Git-Tag: release/2.19.42-1~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=06dfb050e6536ceeff882b4ee872e9d59bbae110;p=lilypond.git Issue 4844: Move epsilon in Lookup::round_filled_polygon (issue 680 oversight) --- 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++) {