diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-08-18 17:02:19 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-08-18 17:02:19 +0100 |
| commit | 4d2fda8f0807957b9fbcf77656aa361c5954db9f (patch) | |
| tree | 1e8e16b7a4eeaef5be738eac446db671c200f17e /lasertext/src/ofApp.h | |
| parent | 02aa1fbd6e4caf284917c4dcb0be9f3ee6eef776 (diff) | |
override works
Diffstat (limited to 'lasertext/src/ofApp.h')
| -rw-r--r-- | lasertext/src/ofApp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasertext/src/ofApp.h b/lasertext/src/ofApp.h index b7e0454..f347b8e 100644 --- a/lasertext/src/ofApp.h +++ b/lasertext/src/ofApp.h @@ -201,6 +201,7 @@ class ofApp : public ofBaseApp{ int currentFont; string displaytext; glyphbanner banner; + glyphbanner override_banner; ofxPanel textgui; ofParameter<float> laser_scale; |
