diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-07-08 12:22:06 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-07-08 12:22:06 +0100 |
| commit | fb68eed64f548d090eb550047fd0d898e4e033fc (patch) | |
| tree | 890fa917ca6bd88505b45e5c261d05e0c5c9b6ec /gui/src/ofApp.h | |
| parent | c10665e02e49da2d8f7e1a1eada151f17f507a21 (diff) | |
add altered AChaoslib
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 1 |
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; |
