diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-11 14:58:03 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-11 14:58:03 +0000 |
| commit | 63a6970325463b3533edbf910f88750cb2d096f1 (patch) | |
| tree | d9c07c6107831089a4238dd7aac00bbc956bea2d /offsetProject/src/ofApp.h | |
| parent | c81d13d3c2d4a89d9cac3ca54cca69650ec3a52d (diff) | |
folder scanning and saving images
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h index 711dc0d..67e1b71 100644 --- a/offsetProject/src/ofApp.h +++ b/offsetProject/src/ofApp.h @@ -13,7 +13,7 @@ #define NUM_MODES 3 -#define STORE_SIZE 256 +#define IMAGE_STORE_SIZE 256 class ofApp : public ofBaseApp { |
