diff options
Diffstat (limited to 'le_new/src/main.cpp')
| -rw-r--r-- | le_new/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/le_new/src/main.cpp b/le_new/src/main.cpp index fde3a48..4beb7c9 100644 --- a/le_new/src/main.cpp +++ b/le_new/src/main.cpp @@ -1,5 +1,5 @@ #include "ofMain.h" -#include "testApp.h" +#include "ofApp.h" #include "ofxFensterManager.h" #include "ofAppGlutWindow.h" @@ -7,7 +7,7 @@ int main( ){ //ofxFensterManager::setup(4080,768,OF_WINDOW); - ofxFensterManager::setup(1440,270,OF_WINDOW); + ofxFensterManager::setup(250,400,OF_WINDOW); // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
