diff --git a/src/main.cpp b/src/main.cpp index e2540ed..c35763d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ //Use ofGLFWWindowSettings for more options like multi-monitor fullscreen ofGLWindowSettings settings; - settings.setSize(1280, 720); + settings.setSize(1600, 800); settings.windowMode = OF_WINDOW; //can also be OF_FULLSCREEN auto window = ofCreateWindow(settings);