Skip to content

Commit

Permalink
changed app dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Nitsch committed Jul 25, 2012
1 parent 620d2b9 commit d3b2786
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/src/main.cpp
Expand Up @@ -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
}

0 comments on commit d3b2786

Please sign in to comment.