diff options
| author | Tim <tim@Admins-Mac-Pro-2.local> | 2013-06-20 13:40:43 +0100 |
|---|---|---|
| committer | Tim <tim@Admins-Mac-Pro-2.local> | 2013-06-20 13:40:43 +0100 |
| commit | 138e1b84ee55246bd70e1ca21155de16690ea86d (patch) | |
| tree | 36e02333d75e12105b4c9779fd307ed740254a0d /06_performance/src/main.cpp | |
| parent | d836325685bfcb269a46881fc0cb67628f15bc11 (diff) | |
looking good
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 20767a2..d85180c 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(1224,232, OF_WINDOW); // <-------- setup the GL context |
