diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-10-20 23:16:40 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-10-20 23:16:40 +0100 |
| commit | 17275ae5aee3935920df1cab45652aa20a0b4513 (patch) | |
| tree | 4235285a72cb60a4c3e889f0c0da3f85c202865c /pluginchooser/src/ofApp.cpp | |
| parent | 0067bb80914da6e04f7f821fbe7b1fcb76fda799 (diff) | |
getting somewhere
Diffstat (limited to 'pluginchooser/src/ofApp.cpp')
| -rw-r--r-- | pluginchooser/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginchooser/src/ofApp.cpp b/pluginchooser/src/ofApp.cpp index 1980be4..351c429 100644 --- a/pluginchooser/src/ofApp.cpp +++ b/pluginchooser/src/ofApp.cpp @@ -12,7 +12,7 @@ void ofApp::setup(){ } void ofApp::update(){ - + plugingui.update(); } void ofApp::draw(){ |
