Skip to content

Commit

Permalink
changed default window dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwohl committed Jun 9, 2014
1 parent fd3540a commit 4376926
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion osc_graphics_example/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 4376926

Please sign in to comment.