From 9090618078eff67634a0217b9c37b2151183f78d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 29 Aug 2017 00:55:14 +0100 Subject: starting to shape up --- gui/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src/main.cpp') 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 -- cgit v1.2.3