diff options
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index a264f83..2e8fe90 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -47,13 +47,12 @@ void ofApp::update(){ strm << "fps: " << ofGetFrameRate(); ofSetWindowTitle(strm.str()); - } void ofApp::updateOutput(ofEventArgs & args){ for (int i=0;i<sets.size();i++){ - sets[i].update(); + sets[i].updateOutput(); } } |
