diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-06-26 11:11:35 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-06-26 11:11:35 +0100 |
| commit | efda4fd446da89ccd3909c988b6c1e932efa24bb (patch) | |
| tree | 753e13bcf097a9468aecef9ecd8aacd9d1b07720 /gui/src/ofApp.cpp | |
| parent | 3baf7e68c29a5a37f9317aeb0f4e75252a9e4530 (diff) | |
multi chaos panel WIP
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index a2196c5..caa9195 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -73,7 +73,7 @@ void ofApp::setup(){ onset_frame=0; chaosgui.setup("chaos","",460,820); - chaosgui.add(plugin_label.setup(plotter.chaosloader.get_name())); + chaosgui.add(plugin_label.setup(chaosgui.chaosloader.name)); chaosgui.add(plotter.usechaos.set("use",false)); chaosgui.add(plotter.chaosamount.set("amount", 0.0f, -0.1f, 0.1f)); chaosgui.add(plotter.chaosscale.set("scale", 100.0f, 1.0f, 1000.0f)); |
