summaryrefslogtreecommitdiff
path: root/FESgui
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2023-04-23 23:22:38 +0100
committerTim Redfern <tim@getdrop.com>2023-04-23 23:22:38 +0100
commit9e0236016f5d6afd3a73edad183dfb2b02387e98 (patch)
tree5589b5010a1de6eed1650493e812179b84e6e3c6 /FESgui
parentcdb92d8c8532a287b752a92f1cf0cbf88d52c117 (diff)
many fixes for Nextus show at the complex April 22 2023
Diffstat (limited to 'FESgui')
-rw-r--r--FESgui/src/ofApp.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{