diff options
| author | Tim <tim@Admins-Mac-Pro-2.local> | 2013-06-20 10:04:58 +0100 |
|---|---|---|
| committer | Tim <tim@Admins-Mac-Pro-2.local> | 2013-06-20 10:04:58 +0100 |
| commit | d836325685bfcb269a46881fc0cb67628f15bc11 (patch) | |
| tree | a4864321a8806322eedb7a02a5c403be3bef970f /06_performance/src/main.cpp | |
| parent | 51d327513ba268d245527ff59bd208ed907ffe6e (diff) | |
| parent | 39bcb5346b1f746399192391b6699e81d0d8ad3a (diff) | |
Merge branch 'master' of eclectronics.org@eclectronics.org:TRSS
Conflicts:
04_playobjects/src/testApp.h
Diffstat (limited to '06_performance/src/main.cpp')
| -rw-r--r-- | 06_performance/src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/06_performance/src/main.cpp b/06_performance/src/main.cpp index 58263a2..20767a2 100644 --- a/06_performance/src/main.cpp +++ b/06_performance/src/main.cpp @@ -4,7 +4,8 @@ //======================================================================== int main( ){ - ofSetupOpenGL(4080,768, OF_WINDOW); // <-------- setup the GL context + //ofSetupOpenGL(4080,768, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(1224,232, OF_WINDOW); // <-------- setup the GL context |
