diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-04-20 16:54:26 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-04-20 16:54:26 +0100 |
| commit | 38c20e41403c3d081e41fe31a79e3a4396c72aac (patch) | |
| tree | f8a9fecabfe8910ac4e7909cc9a60e1e4c8c3639 /nextus/src/ofApp.cpp | |
| parent | 1c028295bcf87c3f1c039d28cfbe59db1661be4e (diff) | |
visible text wrong scale
Diffstat (limited to 'nextus/src/ofApp.cpp')
| -rw-r--r-- | nextus/src/ofApp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nextus/src/ofApp.cpp b/nextus/src/ofApp.cpp index fa6a76b..3a44557 100644 --- a/nextus/src/ofApp.cpp +++ b/nextus/src/ofApp.cpp @@ -54,6 +54,7 @@ void ofApp::load_settings(){ void ofApp::update(){ svginput.update(); + textinput.update(); } |
