diff options
Diffstat (limited to 'src/2geom/nearest-time.cpp')
| -rw-r--r-- | src/2geom/nearest-time.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/nearest-time.cpp b/src/2geom/nearest-time.cpp index 0b21e51a2..103921021 100644 --- a/src/2geom/nearest-time.cpp +++ b/src/2geom/nearest-time.cpp @@ -80,7 +80,7 @@ Coord nearest_time(Point const &p, D2<Bezier> const &input, Coord from, Coord to t = 0; } if (dfinal < mind) { - mind = dfinal; + //mind = dfinal; t = 1; } |
