diff options
| author | Comment <tim@gray.(none)> | 2014-03-12 09:16:46 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-03-12 09:16:46 +0000 |
| commit | 8f9a8b4c06bb168b91cb0a3971c3dc37fb67220f (patch) | |
| tree | 16062fc67db1680066a47eba05d63e30950cd916 /offsetProject/src/main.cpp | |
| parent | 63a6970325463b3533edbf910f88750cb2d096f1 (diff) | |
image store working
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 1fa9125..9013dff 100644 --- a/offsetProject/src/main.cpp +++ b/offsetProject/src/main.cpp @@ -1,6 +1,6 @@ #include "ofApp.h" int main() { - ofSetupOpenGL(1600, 900, OF_WINDOW); + ofSetupOpenGL(600, 400, OF_WINDOW); ofRunApp(new ofApp()); } |
