diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-03 13:51:51 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-03 13:51:51 +0000 |
| commit | 8dd6225e9e0bc6e2ae204b434369259a845a7979 (patch) | |
| tree | 8f7b44f3c415bc43b9569bab4f5572da61986973 /offsetProject/src/main.cpp | |
| parent | 8740fb5e6b9084ea548f11d1ab1944fa653a82d7 (diff) | |
looking at OAuth
Diffstat (limited to 'offsetProject/src/main.cpp')
| -rw-r--r-- | offsetProject/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offsetProject/src/main.cpp b/offsetProject/src/main.cpp index d134fc9..bce5f94 100644 --- a/offsetProject/src/main.cpp +++ b/offsetProject/src/main.cpp @@ -1,6 +1,6 @@ #include "ofApp.h" int main() { - ofSetupOpenGL(1024, 768, OF_WINDOW); + ofSetupOpenGL(1280, 960, OF_WINDOW); ofRunApp(new ofApp()); } |
