diff options
Diffstat (limited to '03_play/src/main.cpp')
| -rw-r--r-- | 03_play/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/03_play/src/main.cpp b/03_play/src/main.cpp index 87dc35f..f0d25bb 100644 --- a/03_play/src/main.cpp +++ b/03_play/src/main.cpp @@ -7,7 +7,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1600,900, OF_FULLSCREEN); // <-------- setup the GL context + ofSetupOpenGL(&window, 1200,800, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
