diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-04-19 12:01:10 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-04-19 12:01:10 +0100 |
| commit | 28718e114696f1d5d735992c29f8e0b1dd83a90d (patch) | |
| tree | 516190f74c9242d7343a088107ae61fa043546ed /nextus/src/ofApp.cpp | |
| parent | beaeeb0a47d1e4a0b62264263dd319dc49d6a2f9 (diff) | |
WIP some svg stuff working
Diffstat (limited to 'nextus/src/ofApp.cpp')
| -rw-r--r-- | nextus/src/ofApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nextus/src/ofApp.cpp b/nextus/src/ofApp.cpp index 45c3aaf..48bcb9a 100644 --- a/nextus/src/ofApp.cpp +++ b/nextus/src/ofApp.cpp @@ -15,7 +15,7 @@ void ofApp::setup(){ load_settings(); - //madlaser.setup("madlaser",995,510); + madlaser.setup("madlaser",995,510); ofSetFrameRate(60); } @@ -53,7 +53,7 @@ void ofApp::load_settings(){ void ofApp::update(){ - + svginput.update(); } |
