From 138e1b84ee55246bd70e1ca21155de16690ea86d Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 20 Jun 2013 13:40:43 +0100 Subject: looking good --- 06_performance/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '06_performance/src/main.cpp') 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 -- cgit v1.2.3