diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-14 15:14:37 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-14 15:14:37 +0000 |
| commit | 2438e0a034d7ef50c8d7837ea415ca6a95a94fc0 (patch) | |
| tree | a46dedd57b752163d0a0ca87dca657b3127ed2fd /offsetProject/src/main.cpp | |
| parent | bcf4c0ac5428a1c3f331d66cf0c4a301d1f7a45f (diff) | |
publish version
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 fc6f65f..5785abd 100644 --- a/offsetProject/src/main.cpp +++ b/offsetProject/src/main.cpp @@ -1,6 +1,6 @@ #include "ofApp.h" int main() { - ofSetupOpenGL(1500,800, OF_WINDOW); + ofSetupOpenGL(1920,1080, OF_WINDOW); ofRunApp(new ofApp()); } |
