diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-04-23 23:56:13 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-04-23 23:56:13 +0100 |
| commit | 18465815cd28b034ee4a755904a4d8084b00b4e9 (patch) | |
| tree | 0661eec450277021c0a66fb04a6aace638485134 /nextus/src/vectorPlugin.cpp | |
| parent | 9e0236016f5d6afd3a73edad183dfb2b02387e98 (diff) | |
actually use palettes
Diffstat (limited to 'nextus/src/vectorPlugin.cpp')
| -rw-r--r-- | nextus/src/vectorPlugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nextus/src/vectorPlugin.cpp b/nextus/src/vectorPlugin.cpp index 8a5a53d..4ffc35b 100644 --- a/nextus/src/vectorPlugin.cpp +++ b/nextus/src/vectorPlugin.cpp @@ -182,8 +182,6 @@ vector<colourPolyline> svgPanel::getLines(){ } } - //this should happen at output stage? - if (colourise){ for (auto p=output.begin();p!=output.end();p++){ p->setColour(ofColor(255,255,255)); |
