diff options
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()); } |
