diff options
| author | Comment <tim@gray.(none)> | 2013-06-24 01:39:45 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-06-24 01:39:45 +0100 |
| commit | 5f10387ea9eeb5278f4be2c88049041dcc3530b2 (patch) | |
| tree | ea4b11887ad9afe07903a6bccfe58b686051ef4a /06_performance/src/main.cpp | |
| parent | dd4799273e806c91606d8246eae61255d44cef9a (diff) | |
new vector parts
Diffstat (limited to '06_performance/src/main.cpp')
| -rw-r--r-- | 06_performance/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/06_performance/src/main.cpp b/06_performance/src/main.cpp index d85180c..9343609 100644 --- a/06_performance/src/main.cpp +++ b/06_performance/src/main.cpp @@ -4,8 +4,8 @@ //======================================================================== int main( ){ - ofSetupOpenGL(4080,768, OF_WINDOW); // <-------- setup the GL context - //ofSetupOpenGL(1224,232, OF_WINDOW); // <-------- setup the GL context + //ofSetupOpenGL(4080,768, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(1550,296, OF_WINDOW); // <-------- setup the GL context |
