diff --git a/example/src/main.cpp b/example/src/main.cpp index b6c70f0..289e776 100644 --- a/example/src/main.cpp +++ b/example/src/main.cpp @@ -4,7 +4,6 @@ //-------------------------------------------------------------- int main(){ ofAppGlutWindow window; // create a window - // set width, height, mode (OF_WINDOW or OF_FULLSCREEN) - ofSetupOpenGL(&window, 680, 400, OF_WINDOW); + ofSetupOpenGL(&window, 960, 720, OF_WINDOW); ofRunApp(new testApp()); // start the app }