diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-08-29 00:55:14 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-08-29 00:55:14 +0100 |
| commit | 9090618078eff67634a0217b9c37b2151183f78d (patch) | |
| tree | 4fd999f31c40ee17688e6cdf1e231e9b589a6c7c /gui/src/main.cpp | |
| parent | 50d670c523ef4ee563ba961bd479b432516cefaf (diff) | |
starting to shape up
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 |
