diff options
| author | Comment <tim@gray.(none)> | 2014-03-11 09:47:04 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-03-11 09:47:04 +0000 |
| commit | ac1e8968254cf7810e84c0d90c80c94bc9dcd827 (patch) | |
| tree | 8cd3c833c4e960290233667f66cf4f3d24d46151 /offsetProject/src/main.cpp | |
| parent | 2a6b5328dec0ef2200bdbb94b16e8531c7c071b2 (diff) | |
instagram loader
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 bce5f94..1fa9125 100644 --- a/offsetProject/src/main.cpp +++ b/offsetProject/src/main.cpp @@ -1,6 +1,6 @@ #include "ofApp.h" int main() { - ofSetupOpenGL(1280, 960, OF_WINDOW); + ofSetupOpenGL(1600, 900, OF_WINDOW); ofRunApp(new ofApp()); } |
