From 6e447e02cd9a2680bea5bd2dfe1c77fe5ae8efc2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 26 Jun 2013 11:36:06 +0100 Subject: poper fadeout --- 06_performance/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '06_performance/src/main.cpp') diff --git a/06_performance/src/main.cpp b/06_performance/src/main.cpp index 9343609..733d488 100644 --- a/06_performance/src/main.cpp +++ b/06_performance/src/main.cpp @@ -5,7 +5,7 @@ int main( ){ //ofSetupOpenGL(4080,768, OF_WINDOW); // <-------- setup the GL context - ofSetupOpenGL(1550,296, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(1400,262, OF_WINDOW); // <-------- setup the GL context -- cgit v1.2.3