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