diff options
| author | Comment <tim@gray.(none)> | 2014-02-26 17:01:43 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-02-26 17:01:43 +0000 |
| commit | a2fe68dfed91e362404ea1171cc8f0b313956cc3 (patch) | |
| tree | 013d071e94a2e29f0aee8ec2da44e1d0debbaab8 /basedProject/src/main.cpp | |
| parent | 84b516956e7ca1ddd7d89890d9ff81f71fcff217 (diff) | |
thank fuk
Diffstat (limited to 'basedProject/src/main.cpp')
| -rw-r--r-- | basedProject/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basedProject/src/main.cpp b/basedProject/src/main.cpp index 6fe0e3d..a543dc4 100644 --- a/basedProject/src/main.cpp +++ b/basedProject/src/main.cpp @@ -1,7 +1,7 @@ #include "ofApp.h" int main() { - ofSetupOpenGL(4080,768, OF_WINDOW); - //ofSetupOpenGL(1536,288, OF_WINDOW); + //ofSetupOpenGL(4080,768, OF_WINDOW); + ofSetupOpenGL(1536,288, OF_WINDOW); ofRunApp(new ofApp()); } |
