diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-09-01 19:21:07 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-09-01 19:21:07 +0100 |
| commit | 08e3568bf2e017268652c118f403babce3c6486f (patch) | |
| tree | bae4a10ea3d786b489d2fd17e6f52b6acc6380a2 /gui/src/ofApp.h | |
| parent | 5ebbcf534eb74469f09d5822f4d99478efe84794 (diff) | |
refactor images to vector: fix gui display
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 181c4c7..1df35e0 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -115,8 +115,8 @@ class ofApp : public ofBaseApp, public ofxMidiListener{ vector<string> arguments; - chainImageSet images; - chainImageSet images2; + vector<chainImageSet> sets; + int selected_set; ofxDmx dmx; //ofxArtnet artnet; |
