diff options
Diffstat (limited to 'gui/src/main.cpp')
| -rw-r--r-- | gui/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main.cpp b/gui/src/main.cpp index 0346c1e..072f406 100644 --- a/gui/src/main.cpp +++ b/gui/src/main.cpp @@ -3,7 +3,7 @@ //======================================================================== int main(int argc, char *argv[]){ - ofSetupOpenGL(1600,250,OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(1600,200,OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
