From 9e0236016f5d6afd3a73edad183dfb2b02387e98 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 23 Apr 2023 23:22:38 +0100 Subject: many fixes for Nextus show at the complex April 22 2023 --- FESgui/src/ofApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FESgui') diff --git a/FESgui/src/ofApp.cpp b/FESgui/src/ofApp.cpp index a1c49be..4241aee 100644 --- a/FESgui/src/ofApp.cpp +++ b/FESgui/src/ofApp.cpp @@ -700,7 +700,7 @@ void ofApp::drawOutput(ofEventArgs & args){ //if (invert_mask){ // clipped = clipper.getClippedLines(ClipperLib::ctDifference); //}else { - clipped = clipper.getClippedLines(ClipperLib::ctIntersection); + clipped = clipper.getClipped(ClipperLib::ctIntersection); //} for (auto& clip: clipped) { -- cgit v1.2.3