diff options
| author | tim <tim@eclectronics.org> | 2017-03-28 23:10:48 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-03-28 23:10:48 +0100 |
| commit | 994c596bd131f13443fec0520494834eb8771c9f (patch) | |
| tree | f69504ce4a91a26e09dcd4e86e36949468736435 /menuApp/src/ofApp.h | |
| parent | 8d75d080e27f0ea48ca58f55f5d8e950c7d8deaf (diff) | |
factor 1.0
Diffstat (limited to 'menuApp/src/ofApp.h')
| -rw-r--r-- | menuApp/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuApp/src/ofApp.h b/menuApp/src/ofApp.h index 247d811..9e5471a 100644 --- a/menuApp/src/ofApp.h +++ b/menuApp/src/ofApp.h @@ -6,7 +6,7 @@ #include "ofxTextSuite.h" #define IMAGE_SLOTS 5 -#define FACTOR 0.9 +#define FACTOR 1.0 #define POLL_INTERVAL 60.0 class ofApp : public ofBaseApp{ |
