From ba7cc94d4ae55e171f0e08126abb0cb13d8f9f8f Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 31 Aug 2012 09:21:00 +0100 Subject: blocking loading playlists --- liveengine/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liveengine/src/main.cpp') diff --git a/liveengine/src/main.cpp b/liveengine/src/main.cpp index 41470a2..5c556af 100644 --- a/liveengine/src/main.cpp +++ b/liveengine/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 800,600, OF_WINDOW); // <-------- setup the GL context //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // this kicks off the running of my app -- cgit v1.2.3