diff options
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 |
