From e471ae5b7df7e5d7d0190b354846fa24b0ad9d61 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 15 Aug 2022 21:04:21 +0100 Subject: init banner with string --- lasertext/src/ofApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lasertext/src/ofApp.cpp') diff --git a/lasertext/src/ofApp.cpp b/lasertext/src/ofApp.cpp index b6f4061..8e5a4cd 100644 --- a/lasertext/src/ofApp.cpp +++ b/lasertext/src/ofApp.cpp @@ -18,7 +18,7 @@ void ofApp::setup(){ currentFont=0; banner.loadFont("fonts/EMSPepita.svg"); //fonts.getPath(currentFont)); - banner.init({"Everything","Is","Going","To","Be","Alright"}); + banner.init("Everything Is Going To Be Alright"); laser.set_pts(MAX_POINTS); laser.set_intensity(LASER_INTENSITY); -- cgit v1.2.3