summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-06-28 20:48:25 +0100
committerTim Redfern <tim@gray.(none)>2012-06-28 20:48:25 +0100
commit74b9797991ceaabf98613a70a10a4b329a254c93 (patch)
tree79811007505744d9ccebd6fb9401ae61d6b561f9 /src/main.cpp
parent5fb03da0c11eb42d425974a145ffa4cf3edc82a7 (diff)
drawing calls and sms
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5e84581..ad74a97 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -6,7 +6,7 @@
int main( ){
ofAppGlutWindow window;
- ofSetupOpenGL(&window, 720,400, OF_WINDOW ); // <-------- setup the GL context
+ ofSetupOpenGL(&window, 450,800, OF_WINDOW ); // <-------- setup the GL context
printf("%ix%i on screen %ix%i\n",ofGetWidth(),ofGetHeight(),ofGetScreenWidth(),ofGetScreenHeight());
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN