From e453cc17916908104467875db31e3fa08817cce1 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 21 May 2013 01:06:38 +0100 Subject: vamphost --- vamphost/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vamphost/src/main.cpp') diff --git a/vamphost/src/main.cpp b/vamphost/src/main.cpp index 1ef19ab..6a8d8f1 100644 --- a/vamphost/src/main.cpp +++ b/vamphost/src/main.cpp @@ -7,7 +7,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 // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN -- cgit v1.2.3