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