diff options
Diffstat (limited to 'lasertext/src/ofApp.cpp')
| -rw-r--r-- | lasertext/src/ofApp.cpp | 2 |
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); |
