X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fpath.cpp;h=cae1e68b399eb9e05096afc9e6a28eefa4760345;hp=0516e5bc03334ea84aa5ab4ff621f44345af8ea9;hb=180d764223a3568f734434a15d56f18e9ddc012b;hpb=326f04a375ce3120f7e8957e3d7cd5f296f513e3 diff --git a/src/path.cpp b/src/path.cpp index 0516e5b..cae1e68 100644 --- a/src/path.cpp +++ b/src/path.cpp @@ -126,7 +126,7 @@ bool Path::PointInside(const Objects & objects, const Vec2 & pt, bool debug) con vector & Path::FillPoints(const Objects & objects, const View & view) { - if (m_fill_points.size() != 0) + //if (m_fill_points.size() != 0) return m_fill_points;