summaryrefslogtreecommitdiff
path: root/menuApp
diff options
context:
space:
mode:
authortim <tim@eclectronics.org>2017-03-28 23:10:48 +0100
committertim <tim@eclectronics.org>2017-03-28 23:10:48 +0100
commit994c596bd131f13443fec0520494834eb8771c9f (patch)
treef69504ce4a91a26e09dcd4e86e36949468736435 /menuApp
parent8d75d080e27f0ea48ca58f55f5d8e950c7d8deaf (diff)
factor 1.0
Diffstat (limited to 'menuApp')
-rw-r--r--menuApp/src/ofApp.h2
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{