diff options
| author | Comment <tim@gray.(none)> | 2014-03-12 09:32:52 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-03-12 09:32:52 +0000 |
| commit | e8d3833a23ddc45fc8b6720b683356e78ed0329c (patch) | |
| tree | ca1b0ad2efc67e0c8cb9f35c70329a25deb0b416 /offsetProject/src/main.cpp | |
| parent | 8f9a8b4c06bb168b91cb0a3971c3dc37fb67220f (diff) | |
drawing not that fast
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 9013dff..fc6f65f 100644 --- a/offsetProject/src/main.cpp +++ b/offsetProject/src/main.cpp @@ -1,6 +1,6 @@ #include "ofApp.h" int main() { - ofSetupOpenGL(600, 400, OF_WINDOW); + ofSetupOpenGL(1500,800, OF_WINDOW); ofRunApp(new ofApp()); } |
