summaryrefslogtreecommitdiff
path: root/lasertext/src/ofApp.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2022-08-15 21:04:21 +0100
committerTim Redfern <tim@getdrop.com>2022-08-15 21:04:21 +0100
commite471ae5b7df7e5d7d0190b354846fa24b0ad9d61 (patch)
treea250b5a56b772035a896b2d1b9183d2940fc5506 /lasertext/src/ofApp.cpp
parent895389c009da308c4a1f01d0f17d8304ea12c915 (diff)
init banner with string
Diffstat (limited to 'lasertext/src/ofApp.cpp')
-rw-r--r--lasertext/src/ofApp.cpp2
1 files changed, 1 insertions, 1 deletions
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);