diff options
| author | tim <tim@eclectronics.org> | 2017-04-09 11:03:44 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-04-09 11:03:44 +0100 |
| commit | 427021b647130c7155cd16190b89304820e0cc7a (patch) | |
| tree | fa9960248a02e8c9c37fd4c1fcb0dbf0d845db22 | |
| parent | 98297beced2af85d416ea857b530fc889bccbbf5 (diff) | |
hack to use $ as euro
| -rw-r--r-- | menuApp/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuApp/src/ofApp.cpp b/menuApp/src/ofApp.cpp index 67bc645..2eda0b6 100644 --- a/menuApp/src/ofApp.cpp +++ b/menuApp/src/ofApp.cpp @@ -72,7 +72,7 @@ void ofApp::loadInstagramFeed(){ else if(((uint8_t)(*it).at(0))==226){ price=*it; foundPrice=true; - price[0]=164; + price[0]=36; //replace with dollar to use hacked truetype font ofLog(OF_LOG_NOTICE) << "price is "<<price<<" from "<<*it; } else{ |
