summaryrefslogtreecommitdiff
path: root/gui/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2017-08-29 00:55:14 +0100
committerTim Redfern <tim@getdrop.com>2017-08-29 00:55:14 +0100
commit9090618078eff67634a0217b9c37b2151183f78d (patch)
tree4fd999f31c40ee17688e6cdf1e231e9b589a6c7c /gui/src/main.cpp
parent50d670c523ef4ee563ba961bd479b432516cefaf (diff)
starting to shape up
Diffstat (limited to 'gui/src/main.cpp')
-rw-r--r--gui/src/main.cpp2
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