From 39bcb5346b1f746399192391b6699e81d0d8ad3a Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 20 Jun 2013 09:06:40 +0100 Subject: spooky bug fixed, integration nearly right --- 06_performance/src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '06_performance/src/main.cpp') 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 -- cgit v1.2.3