Skip to content

Commit

Permalink
updated window dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwohl committed Jun 9, 2014
1 parent 4376926 commit a22313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc_skeleton/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

//========================================================================
int main( ){
ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context
ofSetupOpenGL(720,480,OF_WINDOW); // <-------- setup the GL context

// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN
Expand Down

0 comments on commit a22313b

Please sign in to comment.