From 4a43e83a3c4a43925a0a99ceba7a292a58bbccf0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 10 Sep 2012 20:21:42 +0100 Subject: making it multiwindow --- 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 192f275..41470a2 100644 --- a/liveengine/src/main.cpp +++ b/liveengine/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_FULLSCREEN); // <-------- setup the GL context + ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // this kicks off the running of my app -- cgit v1.2.3