From 4d2fda8f0807957b9fbcf77656aa361c5954db9f Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 18 Aug 2023 17:02:19 +0100 Subject: override works --- lasertext/src/ofApp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lasertext/src/ofApp.h') 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 laser_scale; -- cgit v1.2.3