summaryrefslogtreecommitdiff
path: root/lasertext
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2022-11-16 23:17:17 +0000
committerTim Redfern <tim@getdrop.com>2022-11-16 23:17:17 +0000
commit1b07e926df573c2331171d621cf8506ad09640ec (patch)
tree858bc83216c7491198a87193add02e6d1b872cd9 /lasertext
parenta393a5dd49636c54edf513d192d18c3e4768a034 (diff)
add laser to audio project
Diffstat (limited to 'lasertext')
-rw-r--r--lasertext/src/ofApp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasertext/src/ofApp.cpp b/lasertext/src/ofApp.cpp
index 89fa856..b5fb1ae 100644
--- a/lasertext/src/ofApp.cpp
+++ b/lasertext/src/ofApp.cpp
@@ -266,7 +266,7 @@ void ofApp::keyPressed(ofKeyEventArgs &args){
//--------------------------------------------------------------
void ofApp::keyReleased(int key){
- /*
+
if (key>=' '&&key<='~'){
banner.addGlyph(key);
}
@@ -288,7 +288,7 @@ void ofApp::keyReleased(int key){
break;
}
}
- */
+
switch(key){
case 's':{
save_settings();