summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-07-08 12:22:06 +0100
committerTim Redfern <tim@getdrop.com>2018-07-08 12:22:06 +0100
commitfb68eed64f548d090eb550047fd0d898e4e033fc (patch)
tree890fa917ca6bd88505b45e5c261d05e0c5c9b6ec /gui/src/ofApp.h
parentc10665e02e49da2d8f7e1a1eada151f17f507a21 (diff)
add altered AChaoslib
Diffstat (limited to 'gui/src/ofApp.h')
-rw-r--r--gui/src/ofApp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h
index f7e8b51..128dd05 100644
--- a/gui/src/ofApp.h
+++ b/gui/src/ofApp.h
@@ -116,6 +116,7 @@ class chaosPanel : public ofxPanel {
for (auto p:chaosloader.get().params){
add(p);
}
+ ofLog()<<"loaded "<<chaosloader.get().params.size()<<" params";
}
private:
Chaos chaosloader;