diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-10-01 11:43:36 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-10-01 11:43:36 +0100 |
| commit | ec4a59ed5dc4bd235c04636d311e021a7751b882 (patch) | |
| tree | 65c4fc1a7cf1fa01046412e2d426d00825b23583 /passadesgui/src/ofApp.h | |
| parent | aca6161b1c8ee632e388731084b6158a1483e71a (diff) | |
bug squashed
Diffstat (limited to 'passadesgui/src/ofApp.h')
| -rw-r--r-- | passadesgui/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passadesgui/src/ofApp.h b/passadesgui/src/ofApp.h index 92eabbd..022b120 100644 --- a/passadesgui/src/ofApp.h +++ b/passadesgui/src/ofApp.h @@ -210,7 +210,7 @@ class ofApp: public ofBaseApp, public ofxMidiListener { //======================================= //SVG player ofxSVG svg; - vector <lineSegmenter> segmenters; //<colourLineSegmenter> segmenters; // + vector <colourLineSegmenter> segmenters; // vector <float> shape_selection_durations; set <int> shape_selection; |
