Skip to content

Commit

Permalink
updated to original resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Proske committed Apr 18, 2014
1 parent f255be7 commit b5be2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Duration/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
//========================================================================
int main( ){

ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context
ofSetupOpenGL(1300,768, OF_WINDOW); // <-------- setup the GL context

// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN
// pass in width and height too:
ofSetWindowTitle("Duration");
ofSetWindowTitle("Duration");
ofRunApp( new ofApp());

}

0 comments on commit b5be2a8

Please sign in to comment.